A histogramming library for Rust.
This library aims to provide a similar feature set to C++ boost-histogram but with an idomatic pure-Rust implementation.
Add this to your Cargo.toml
:
toml
[dependencies]
ndhistogram = "0.2.0"
To get started see the quick start guide. Please report any bugs in the issues tracker.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.