Crate rafx_base[][src]

Expand description

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

Modules

atomic_once_cell
atomic_once_cell_array
atomic_once_cell_stack
memory
offsetof
owned_pool
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