Registry / utility / litemap

litemap

JSON →
library0.8.2rscratesunverified

A key-value Map implementation based on a flat, sorted Vec for small datasets.

# Cargo.toml [dependencies] litemap = "0.8.2"
INSTALL
IMPORT
SIG · LITEMAP
L
litemap
utilityrustv0.8.2
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.

LiteMap
use litemap::LiteMap;

Creates a new LiteMap and performs a basic insert and lookup.

use litemap::LiteMap; fn main() { let mut map = LiteMap::new_vec(); map.insert("key", 42); println!("Value: {:?}", map.get("key")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
litemap — cargo add litemap · libregistry