Crate entity_store_helper

Crate entity_store_helper 

Source
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
NeighbourCount
Table for managing counts associated with directions. This is used by the generated spatial hash as storage for the neighbour_count aggregate.