Registry / utility / ritelinked

ritelinked

JSON →
library0.3.2rscratesunverified

HashMap-like containers that hold their key-value pairs in a user controllable order.

# Cargo.toml [dependencies] ritelinked = "0.3.2"
INSTALL
IMPORT
SIG · RITELINKED
R
ritelinked
utilityrustv0.3.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.

LinkedHashMap
use ritelinked::LinkedHashMap;

Create and use a LinkedHashMap with insertion order.

use ritelinked::LinkedHashMap; fn main() { let mut map = LinkedHashMap::new(); map.insert("key", "value"); println!("{:?}", map); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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