calx-ecs 0.6.1

Serializable entity component system for games
Documentation
# calx-ecs

Calx-ecs is a simple and fast entity-component system for Rust. You want to use
this if you're writing a computer game.

It uses a macro to generate a local ECS structure that can be serialized using
Serde.

See `tests/lib.rs` for a usage example.