Expand description
Library to simplify using code generated by entity_store_code_gen.
Re-exports§
pub extern crate append;pub extern crate cgmath;pub extern crate direction;pub extern crate grid_2d;pub extern crate num;
Macros§
- include_
entity_ store - Expands to the code generated by entity_store_code_gen. Example usage:
Structs§
- IdAllocator
- Neighbour
Count - Table for managing counts associated with directions.
This is used by the generated spatial hash as
storage for the
neighbour_countaggregate.