rust_mdd 0.1.2

Rust implementation of MDD
Documentation

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