ndhistogram 0.2.1

multi-dimensional histogramming for Rust
Documentation

ndhistogram : multi-dimensional histogramming for Rust

Build status Crate License Downloads

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.

Usage

Add this to your Cargo.toml:

[dependencies]
ndhistogram = "0.2.0"

To get started see the quick start guide. Please report any bugs in the issues tracker.

License

Licensed under either of

at your option.

Contribution

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.