My own implementations of the data structures in the Rust std::collections module.
All methods and structs are fully documented (enforced by #[deny(missing_docs)]).
All collections support ZSTs (zero-sized types).
Currently implemented:
VecLinkedListDeque