mathew 0.0.2

Mathematical expression evaluator with context
Documentation
test:stable:
    image: rust:latest
    script:
        - rustc --version && cargo --version
        - rustup component add rustfmt
        - cargo check
        - cargo check --features double
        - cargo fmt -- --check
        - cargo test
        - cargo test --features double