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 - b3f
- 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.