Expand description
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.
Modules§
- alloc
- Memory allocation.
- collections
- Containers.
- vec
vec::Vecsimilar tostd::vec::Vec, not yet well tested. Not possible under stable Rust: Vec::const_make_global, Vec::into_boxed_slice (?)