bitbelay 0.1.1

A performance evaluation harness for non-cryptographic hash functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! A test harness for hashers written in Rust.

#[cfg(feature = "cli")]
pub use bitbelay_cli as cli;
#[cfg(feature = "providers")]
pub use bitbelay_providers as providers;
#[cfg(feature = "report")]
pub use bitbelay_report as report;
#[cfg(feature = "statistics")]
pub use bitbelay_statistics as statistics;
#[cfg(feature = "suites")]
pub use bitbelay_suites as suites;