Registry / utility / halfbrown

halfbrown

JSON →
library0.4.0rscratesunverified

Multi backend HashMap for higher performance on different key space sizes.

# Cargo.toml [dependencies] halfbrown = "0.4.0"
INSTALL
IMPORT
SIG · HALFBROWN
H
halfbrown
utilityrustv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HashMap
use halfbrown::HashMap;

Creates a HashMap and inserts a key-value pair.

use halfbrown::HashMap; fn main() { let mut map = HashMap::new(); map.insert("key", 42); println!("{:?}", map.get("key")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
halfbrown — cargo add halfbrown · libregistry