Expand description
Lowest level crate of rafx
. Includes some basic memory management and other utilities
Modules§
- 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.
- Several slab types with their own APIs/tradeoffs.
- Helper module for some internals, most users don’t need to interact with it.