mech-math 0.1.0

Math library for the Mech language
Documentation
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