re_int_histogram 0.8.2

A histogram with `i64` keys and `u32` counts, supporting both sparse and dense uses.
Documentation
[[bench]]
harness = false
name = "int_histogram_benchmark"
[dependencies.smallvec]
features = ["const_generics", "union"]
version = "1.0"

[dependencies.static_assertions]
version = "1.1"
[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.insta]
version = "1.23"

[dev-dependencies.mimalloc]
version = "0.1.29"

[lib]
bench = false

[package]
authors = ["rerun.io <opensource@rerun.io>"]
description = "A histogram with `i64` keys and `u32` counts, supporting both sparse and dense uses."
edition = "2021"
homepage = "https://rerun.io"
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
license = "MIT OR Apache-2.0"
name = "re_int_histogram"
publish = true
readme = "README.md"
repository = "https://github.com/rerun-io/rerun"
rust-version = "1.69"
version = "0.8.2"
[package.metadata.docs.rs]
all-features = true