LinkedHashMap
A Rust HashMap with a predictable Iteration order and constant time inserts and lookups
A Rust HashMap with a predictable Iteration order and constant time inserts and lookups
The only LinkedList in Rust that allows constant time inserts and removes in the middle of the list.
A collection of an arbitrary number of Bits in Rust allocated on the Heap.