Registry / utility / hashbrown

hashbrown

JSON →
library0.17.1rscratesunverified

A Rust port of Google's SwissTable hash map.

# Cargo.toml [dependencies] hashbrown = "0.17.1"
INSTALL
IMPORT
SIG · HASHBROWN
H
hashbrown
utilityrustv0.17.1
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 hashbrown::HashMap;

Create and use a SwissTable-based HashMap.

use hashbrown::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.17.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
hashbrown — cargo add hashbrown · libregistry