Crate handlebox [] [src]

Structs

HandleBox

A map-like collection that reuses unused keys. Hard-coded to use u32 keys right now. Exposes the internal map field if you need to access it directly.

Type Definitions

Handle

The keys used in a HandleBox. A typedef for u32.