# `pulz-ecs` [![Crates.io](https://img.shields.io/crates/v/pulz-ecs.svg?label=pulz-ecs)](https://crates.io/crates/pulz-ecs) [![docs.rs](https://docs.rs/pulz-ecs/badge.svg)](https://docs.rs/pulz-ecs/) [![license: MIT/Apache-2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](#license) [![Rust CI](https://github.com/HellButcher/pulz/actions/workflows/rust.yml/badge.svg)](https://github.com/HellButcher/pulz/actions/workflows/rust.yml) An _archetype_ based ECS (Entity Component System). ## Example **TODO** ## License This repository is licensed under either of * MIT license ([LICENSE-MIT] or ) * Apache License, Version 2.0, ([LICENSE-APACHE] or ) at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. [LICENSE-MIT]: ../../LICENSE-MIT [LICENSE-APACHE]: ../../LICENSE-APACHE