59 releases (stable)
Uses new Rust 2024
| 1.0.40 | Feb 28, 2026 |
|---|---|
| 1.0.38 | Feb 27, 2026 |
| 1.0.13 | Jan 31, 2026 |
| 1.0.3 | Jan 12, 2025 |
| 0.1.19 | May 28, 2024 |
#219 in Data structures
782 downloads per month
Used in 3 crates
(2 directly)
465KB
11K
SLoC
Crate with parts of Rust std library ( different implementations, features not yet stabilised etc ), in particular collections::BTreeMap, collections::BTreeSet and vec::Vec.
Features
This crate supports the following cargo features:
serde: enables serialisation ofcollections::BTreeMapandcollections::BTreeSetvia serde crate.unsafe-optim: Enable unsafe optimisations in release mode.
Crate with parts of Rust std library ( different implementations, features not yet stabilised etc ), in particular collections::BTreeMap and collections::BTreeSet.
crates.io : https://crates.io/crates/pstd
documentation: https://docs.rs/pstd/latest/pstd/
Dependencies
~125–420KB