Skip to main content

Crate pstd

Crate pstd 

Source
Expand description

Crate with parts of Rust std library ( different implementations, features not yet stabilised etc ), in particular collections::BTreeMap and collections::BTreeSet.

§Features

This crate supports the following cargo features:

  • serde : enables serialisation of collections::BTreeMap via serde crate.
  • unsafe-optim : Enable unsafe optimisations in release mode.

Modules§

alloc
Memory allocation.
collections
Containers.