Registry / utility / im-rc
library15.1.0rscratesunverified

Immutable collection datatypes for Rust, optimized for single-threaded use.

# Cargo.toml [dependencies] im-rc = "15.1.0"
INSTALL
IMPORT
SIG · IM-RC
I
im-rc
utilityrustv15.1.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.

Vector
use im_rc::Vector;

Demonstrates creating and modifying an immutable vector.

use im_rc::Vector; let v: Vector<i32> = Vector::new(); let v2 = v.push_back(1); println!("{:?}", v2);
Debug
Known issues
gotchaNot thread-safe; use im crate for concurrent access
fix
Use im instead of im-rc for multi-threaded scenarios
affects: >=15.0.0
Upgrade
Version history
15.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
im-rc — cargo add im-rc · libregistry