Registry / utility / imbl
library7.0.0rscratesunverified

Immutable collection datatypes for Rust, providing persistent data structures.

# Cargo.toml [dependencies] imbl = "7.0.0"
INSTALL
IMPORT
SIG · IMBL
I
imbl
utilityrustv7.0.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 imbl::Vector;

Creates an immutable vector and pushes an element.

use imbl::Vector; fn main() { let v: Vector<i32> = Vector::new(); let v2 = v.push_back(1); println!("Length: {}", v2.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
imbl — cargo add imbl · libregistry