Registry / utility / intmap

intmap

JSON →
library3.1.3rscratesunverified

A specialized HashMap for integer keys with optimized performance.

# Cargo.toml [dependencies] intmap = "3.1.3"
INSTALL
IMPORT
SIG · INTMAP
I
intmap
utilityrustv3.1.3
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.

IntMap
use intmap::IntMap;

Creates an IntMap, inserts a key-value pair, and retrieves the value.

use intmap::IntMap; fn main() { let mut map = IntMap::new(); map.insert(1, "value"); println!("{:?}", map.get(1)); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
intmap — cargo add intmap · libregistry