mech-string 0.2.75

Comparison library for the Mech language
Documentation
1
2
3
4
5
6
7
8
9
image: "rust:latest"

test:cargo:
  script:
  - rustup default nightly-2022-08-25
  - rustup show
  - rustc --version && cargo --version
  - rustup component add rust-src
  - cargo build --release