Crate x_map

Source
Expand description

x-map is a crate intended to add some more map and vector implementations which are fast, and flexible in their usage environments.

Modulesยง

error
Module containing code for various errors that may need to be handled.
maps
The primary maps module for x-map. This module contains all code relating to the various maps that are packaged as part of x-map.
result
Contains the type alias for the internal Result enum for x-map.