Skip to content

Add to and mapsto (Proposal 24) (#38) #52

Add to and mapsto (Proposal 24) (#38)

Add to and mapsto (Proposal 24) (#38) #52

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build
- run: cargo test