Description
Exposes persistent data structures from the Rust rpds crate to Python. Persistent structures let code create changed versions of collections while sharing unchanged parts, which can help with undo systems, functional-style code, and efficient snapshots.
Developers use it as a library; it does not add an app. Choose it when immutable or versioned collection behavior matters more than using Python's built-in mutable containers.