Modules

  • An ordered map based on a B-Tree.
  • An ordered set based on a B-Tree.
  • A contiguous growable array type with heap-allocated contents, written Vec<T>.

Structs

Traits

  • A trait for applying the difference between two objects.
  • A trait for computing the difference between two objects.
  • A trait that defines the interface for a key-value map.
  • A trait for applying the difference between two objects with the possibility of failure.