Registry / utility / hashmap-core

hashmap-core

JSON →
library0.1.11rscratesunverified

Implementation of HashMap and HashSet for no_std environments.

# Cargo.toml [dependencies] hashmap_core = "0.1.11"
INSTALL
IMPORT
SIG · HASHMAP-CORE
H
hashmap-core
utilityrustv0.1.11
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 hashmap_core::HashMap;

Create and use a no_std HashMap.

use hashmap_core::HashMap; fn main() { let mut map = HashMap::new(); map.insert(1, "one"); println!("{:?}", map.get(&1)); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.11latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Amazon
1
Resources
hashmap-core — cargo add hashmap-core · libregistry