# async-ecs-derive - Derive Macros for async-ecs [![async-ecs-derive crate](https://img.shields.io/crates/v/async-ecs-derive.svg)](https://crates.io/crates/async-ecs-derive) [![async-ecs-derive documentation](https://docs.rs/async-ecs-derive/badge.svg)](https://docs.rs/async-ecs-derive) Derive macros for the [async-ecs][async-ecs] crate. [async-ecs]: https://github.com/Bergmann89/async-ecs ## License Asparit is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details. Opening a pull requests is assumed to signal agreement with these licensing terms.