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.