Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 185 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 185 Bytes

Contributing

Testing

cargo test

Linting

cargo clippy

Compiling for build platform (ie linux on linux)

# debug
cargo build
# release
cargo build --release