Crate anymap [] [src]

This crate provides the AnyMap type, a safe and convenient store for one value of each type.

Modules

raw

The raw form of an AnyMap, allowing untyped access.

Structs

AnyMap

A collection containing zero or one values for any given type and allowing convenient, type-safe access to those values.

OccupiedEntry

A view into a single occupied location in an AnyMap.

VacantEntry

A view into a single empty location in an AnyMap.

Enums

Entry

A view into a single location in an AnyMap, which may be vacant or occupied.