Registry / utility / kg-utils

kg-utils

JSON →
library0.4.0rscratesunverified

Various collections and utilities for Kodegenix projects.

# Cargo.toml [dependencies] kg-utils = "0.4.0"
INSTALL
IMPORT
SIG · KG-UTILS
K
kg-utils
utilityrustv0.4.0
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.

Collection
use kg_utils::Collection;

Creates a collection and inserts/retrieves a value.

use kg_utils::Collection; fn main() { let mut col = Collection::new(); col.insert("key", 42); println!("Value: {:?}", col.get("key")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
kg-utils — cargo add kg-utils · libregistry