brood 0.9.1

A fast and flexible entity component system library.
Documentation
1
2
3
4
5
mod get;
mod reshape;

pub(crate) use get::Get;
pub(crate) use reshape::Reshape;