docs.rs failed to build pstd-1.0.74
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: pstd-1.0.92

Crate with parts of Rust std library ( different implementations, features not yet stabilised etc ), in particular Box, Vec, Rc, String and collections::{ BTreeMap, BTreeSet, HashMap, HashSet }.

Box, Rc and String currently only have minimal methods/traits implemented.

HashMap and HashSet are imported from the hashbrown crate.

RcStr is a reference-counted string based on RcSlice.

The localalloc module has fast thread-local bump allocators.

crates.io : https://crates.io/crates/pstd

documentation: https://docs.rs/pstd/latest/pstd/