Registry / utility / zng-state-map

zng-state-map

JSON →
library0.11.1rscratesunverified

Part of the zng project, provides state management for UI.

# Cargo.toml [dependencies] zng-state-map = "0.11.1"
INSTALL
IMPORT
SIG · ZNG-STATE-MAP
Z
zng-state-map
utilityrustv0.11.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.

StateMap
use zng_state_map::StateMap;

Create and use a state map.

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

No known issues recorded.

Upgrade
Version history
0.11.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
30
Amazon
1
Resources
zng-state-map — cargo add zng-state-map · libregistry