xanadu 0.0.5

A toy ECS library
Documentation
1
2
3
4
5
6
7
mod generational_vec;
mod sparse_vec;
mod type_erased_sparse_vec;

pub use generational_vec::*;
pub use sparse_vec::*;
pub use type_erased_sparse_vec::*;