Crate vector_map

Source

Modules§

Structs§

  • A draining iterator over a VecMap.
  • An iterator yielding references to a VecMap’s keys and their corresponding values.
  • An iterator yielding references to a VecMap’s keys and mutable references to their corresponding values.
  • An iterator yielding references to a VecMap’s keys in arbitrary order.
  • A view into a single occupied location in a VecMap.
  • A view into a single vacant location in a VecMap.
  • An iterator yielding references to a VecMap’s values in arbitrary order.
  • A std::vec::Vec based Map, motivated by the fact that, for some key types, iterating over a vector can be faster than other methods for small maps.

Enums§

  • A view into a single entry in a VecMap.