Crate rafx_base[][src]

Lowest level crate of rafx. Includes some basic memory management and other utilities

Modules

memory
offsetof
resource_map

Allows placing resources (i.e. “global” data) in a dictionary and looking it up by type. The data could be “global” systems, component storages, component factories, etc.

resource_ref_map
slab

Several slab types with their own APIs/tradeoffs.

trust_cell

Helper module for some internals, most users don’t need to interact with it.

Macros

offset_of

Structs

DecimalF32
DecimalF64