Registry / utility / pi-map

pi-map

JSON →
library0.2.3rscratesunverified

Define a Triat: map for the mapped schema, with built-in HashMap and vecmap implementations.

# Cargo.toml [dependencies] pi_map = "0.2.3"
INSTALL
IMPORT
SIG · PI-MAP
P
pi-map
utilityrustv0.2.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.

PiMap
use pi_map::PiMap;

Creates a mapped schema map and inserts a key-value pair.

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

No known issues recorded.

Upgrade
Version history
0.2.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pi-map — cargo add pi-map · libregistry