Crate pill_core[][src]

Modules

Contains the slot map implementation.

A hashmap whose keys are defined by types.

Macros

Structs

PillTypeMap is a simple abstraction around the standard library’s HashMap type, where types are its keys. This allows for statically-checked value retrieval.

Enums

Traits

PillTypeMapKey is used to declare key types that are eligible for use with PillTypeMap.

Functions

Type Definitions