1个不稳定版本
0.0.1 | 2022年11月15日 |
---|
#42 in #bit-manipulation
46KB
1.5K SLoC
BOOLE
测试
测试覆盖率
export RUSTFLAGS="-Cinstrument-coverage"
export LLVM_PROFILE_FILE="./coverage/lib-%p-%m.profraw"
cargo build
cargo test
grcov ./coverage -s . --binary-path ./target/debug/ -t html --branch --ignore-not-existing -o ./target/debug/coverage/
open ./target/debug/coverage/index.html
基于属性的测试
该库使用基于属性的测试。它使用quickcheck软件包。
文档
数学表达式
set RUSTDOCFLAGS=--html-in-header katex-header.html
cargo doc --no-deps --open
关于
代码在美丽的爱沙尼亚萨雷马岛设计编写。萨雷马