zamm_yang 0.0.4

A basic, experimental code generator
1
2
3
4
5
6
7
8
9
language: rust
cache: cargo
before_install:
  - rustup component add rustfmt
  - rustup component add clippy
script:
  - cargo test --verbose
  - cargo fmt -- --check
  - cargo clippy --all-targets --all-features -- -D warnings