A double-ended queue implemented with a growable ring buffer.| doc.rust-lang.org
A hash map implemented with quadratic probing and SIMD lookup.| doc.rust-lang.org
A priority queue implemented with a binary heap.| doc.rust-lang.org
Composable external iteration.| doc.rust-lang.org
An ordered map based on a B-Tree.| doc.rust-lang.org
A contiguous growable array type, written as `Vec`, short for ‘vector’.| doc.rust-lang.org