Pinned Repositories
bit-set
A Set of Bits
bit-vec
A Vec of Bits
cons-list
An immutable singly-linked list, as seen in basically every functional language
enum-set
A structure for holding a set of enum variants
linear-map
A map backed by a vector
linked-hash-map
A HashMap wrapper that holds key-value pairs in insertion order
linked-list
An alternative implementation of std::collections::LinkedList
lru-cache
A cache that holds a limited number of key-value pairs
trie
An ordered map and set based on a trie.
vec-map
A simple map based on a vector for small integer keys
contain-rs's Repositories
contain-rs/bit-vec
A Vec of Bits
contain-rs/linked-hash-map
A HashMap wrapper that holds key-value pairs in insertion order
contain-rs/lru-cache
A cache that holds a limited number of key-value pairs
contain-rs/bit-set
A Set of Bits
contain-rs/vec-map
A simple map based on a vector for small integer keys
contain-rs/linked-list
An alternative implementation of std::collections::LinkedList
contain-rs/cons-list
An immutable singly-linked list, as seen in basically every functional language
contain-rs/trie
An ordered map and set based on a trie.
contain-rs/linear-map
A map backed by a vector
contain-rs/enum-set
A structure for holding a set of enum variants
contain-rs/interval-heap
A double-ended priority queue implemented with an interval heap.
contain-rs/compare
Experimental comparators for collections to be generic over
contain-rs/bst
An ordered map and set based on a binary search tree.
contain-rs/ordered_iter
Ordered iterators
contain-rs/raw-vec
A Raw utility for managing contiguous heap allocations
contain-rs/blist
A deque implemented as a hybrid linked-list-of-arrays
contain-rs/par-vec
contain-rs/hashmap2
Fork of std::collections::HashMap
contain-rs/discuss
A center for discussion and planning of the contain-rs organization.
contain-rs/rust-traverse
Traversals in Rust
contain-rs/admin
Administrative tools/configurations for the contain-rs organisation.
contain-rs/hashbrown2
Rust port of Google's SwissTable hash map
contain-rs/highfive
Github hooks to provide an encouraging atmosphere for new contributors
contain-rs/string-joiner