Modules

Structs

  • An ordered map based on a B-Tree.
  • A pointer type that uniquely owns a heap allocation of type T.
  • A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Constants

Traits

Derive Macros

  • Derive macro generating an impl of the trait Debug.