A Rust collection of numerical, cryptography, blockchain and memory-related libraries.
For entry-point, see Libr README.
- Cargo Asm (
cargo asm/optional) - Cargo Nextest (
cargo nextest/optional)
git clone https://github.com/godilov/nd-libr.gitCompiles cli/lib/proc packages.
cargo buildExecutes all tests to verify correctness.
cargo test --all-featurescargo nextest run --all-featuresExecutes all benches to verify performance (report: target/criterion/report/index.html).
cargo benchEmits Assembly for functions in specified package.
cargo asmMIT License