Registry / utility / rpds
library1.2.0rscratesunverified

Persistent data structures with structural sharing

# Cargo.toml [dependencies] rpds = "1.2.0"
INSTALL
IMPORT
SIG · RPDS
R
rpds
utilityrustv1.2.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 rpds::Vector;

Create a persistent vector and push elements.

use rpds::Vector; fn main() { let v = Vector::new().push_back(1).push_back(2); println!("Vector: {:?}", v); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
rpds — cargo add rpds · libregistry