Crates.io | boole-rs |
lib.rs | boole-rs |
version | 0.0.1 |
source | src |
created_at | 2022-11-15 18:09:32.503115 |
updated_at | 2022-11-15 18:09:32.503115 |
description | A bit vector library. |
homepage | |
repository | https://github.com/veminovici/boole-rs |
max_upload_size | |
id | 715885 |
size | 46,793 |
To get the test coverage, I use the grcov. See the instructions steps.
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
The library is using property based testing. It uses the quickcheck crate.
set RUSTDOCFLAGS=--html-in-header katex-header.html
cargo doc --no-deps --open
Code designed and written on the beautiful island of Saaremaa, Estonia.