Skip to content

godilov/nd-libr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

942 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NdLibr

A Rust collection of numerical, cryptography, blockchain and memory-related libraries.

Start

For entry-point, see Libr README.

Requirements

Commands

Clone

git clone https://github.com/godilov/nd-libr.git

Build

Compiles cli/lib/proc packages.

cargo build

Verify

Executes all tests to verify correctness.

cargo test --all-features
cargo nextest run --all-features

Executes all benches to verify performance (report: target/criterion/report/index.html).

cargo bench

Emits Assembly for functions in specified package.

cargo asm

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages