hypercounter 0.1.2

An atomic, lock-free, hash map-like counter structure.
Documentation
[[example]]
name = "bench"
path = "examples/bench.rs"

[lib]
name = "hypercounter"
path = "src/lib.rs"

[package]
authors = ["Nyeki"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An atomic, lock-free, hash map-like counter structure."
edition = "2024"
license = "MIT"
name = "hypercounter"
readme = "README.md"
repository = "https://github.com/Nekidev/hypercounter"
version = "0.1.2"