Module deepmesa::collections

source ·
Expand description

Data structures that implement various collections that are designed for performance

Modules§

Macros§

Structs§

  • A fast contiguous growable array of bits allocated on the heap that allows storing and manipulating an arbitrary number of bits. This collection is backed by a Vector<u8> which manages the underlying memory.