Go to file
timofey 68527dac32
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo clippy (1.65) Build done.
buildbot/cargo test (1.65) Build done.
move Factory auto-impl
2023-11-07 16:17:31 +00:00
.vscode extra markdown ruler 2023-09-28 01:06:13 +00:00
book-monads@e93fbb3b97 reorder imports 2023-10-13 11:53:03 +00:00
book-radn@223c6205ac reorder imports 2023-10-13 11:53:03 +00:00
examples count in trace example 2023-10-15 11:32:57 +00:00
radn-derive fix generic derive bounds 2023-10-15 11:53:10 +00:00
src move Factory auto-impl 2023-11-07 16:17:31 +00:00
.gitignore segregate coverage 2023-10-15 11:05:23 +00:00
.gitmodules book changes 2023-05-03 23:10:09 +00:00
Cargo.toml remove hex dep 2023-09-03 18:42:25 +00:00
coverage.sh remove branch coverage 2023-10-15 11:15:43 +00:00
README.md more composition tests 2023-10-16 12:12:01 +00:00
rustfmt.toml import reorganized 2023-04-23 16:25:40 +00:00

RADN

Coverage

rustup component add llvm-tools
cargo install grcov
export RUSTFLAGS="-Cinstrument-coverage"
export LLVM_PROFILE_FILE="prof/%p-%m.profraw"
./coverage.sh
clear && npx http-server -p 1337 ./target/debug/coverage