# Äcs [![Build status](https://img.shields.io/travis/Sogomn/aecs.svg?style=flat-square)](https://travis-ci.org/Sogomn/aecs) [![Documentation](https://img.shields.io/badge/documentation-online-blue.svg?style=flat-square)](https://docs.rs/aecs/1.1.2/aecs/) (Pronounced `X`) ## Another ECS It's probably the most simple and minimalistic ECS you've seen yet. The test module provides a pretty good example of how to use it. --- ### Using it ``` aecs = "*" ```