rust_mdd 0.1.2

Rust implementation of MDD
Documentation
  • Coverage
  • 0%
    0 out of 109 items documented0 out of 53 items with examples
  • Size
  • Source code size: 50.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.65 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lwlee2608

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