semisafe 1.0.1

Semi-safe utilities for performance-critical Rust
Documentation
1
2
3
4
5
6
7
# make sure we run on both debug and release modes
precommit:
    cargo fmt
    cargo clippy
    cargo clippy --release
    cargo test
    cargo test --release