rust_mdd

Crates.iorust_mdd
lib.rsrust_mdd
version0.1.2
sourcesrc
created_at2024-04-04 14:46:41.731175
updated_at2024-04-04 14:46:41.731175
descriptionRust implementation of MDD
homepage
repositoryhttps://github.com/matrixxsoftware/rust-mdd
max_upload_size
id1196359
size50,073
Jason Lee (lwlee2608)

documentation

README

Rust MDD

Build

cargo build --release

Test

cargo test -- --nocapture

Benchmark

Install nightly build

rustup install nightly

Then run the benchmark with the following command:

 cargo +nightly bench 
Commit count: 42

cargo fmt