[][src]Crate pui_arena

A set of very efficient, and very customizable arenas that can elide bounds checks wherever possible.

Modules

base

the core implementations of different types of arenas

version

The versioning strategy, see Version for details

Structs

TrustedIndex

An index that's guaranteed to be in bounds of the arena it's used on