simple_ecs 0.2.2

A super-simple entity-component system in Rust
Documentation
1
2
3
Make SetComponent into Component (and make EntityStore require it on *_component
so that one can opt in to adding components, to avoid accidental adding of
components)