ndhistogram 0.12.0

multi-dimensional histogramming for Rust
Documentation
1
2
3
4
5
6
// boiler plate tests copied from: https://crates.io/crates/version-sync

#[test]
fn test_readme_deps() {
    version_sync::assert_markdown_deps_updated!("README.md");
}