Registry / utility / radix-rust

radix-rust

JSON →
library1.3.1rscratesunverified

Thin abstraction over Rust std library for convenience, from the Radix DLT project.

# Cargo.toml [dependencies] radix-rust = "1.3.1"
INSTALL
IMPORT
SIG · RADIX-RUST
R
radix-rust
utilityrustv1.3.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.

RadixHashMap
use radix_rust::prelude::*;

Use RadixHashMap as a convenience wrapper.

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

No known issues recorded.

Upgrade
Version history
1.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
radix-rust — cargo add radix-rust · libregistry