Fallible allocation functions for the Rust standard library's `Vec` type.
A list data structure that has efficient insertion and removal in the middle.
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
Readers-writer locks designed for locking intervals
A utility crate for enhanced collection operations with capacity control.
Fallible replacement for Vec
Strongly typed APIs for non-empty collections, slices, and iterators.
a crate which adds fallible allocation api to std collections
Fallible rust stable std collections allocations
High performance, configurable and expressive parallel computation library.
A `#[no_std]` flexible array much like std::Vec but with custom indices and length and capacity types.
Macro to derive a builder from a constructor function.