specs 0.9.2

Specs is an Entity-Component System library written in Rust. Unlike most other ECS libraries out there, it provides * easy parallelism * high flexibility * contains 5 different storages for components, which can be extended by the user * it's types are mostly not coupled, so you can easily write some part yourself and still use Specs * `System`s may read from and write to components and resources, can depend on each other and you can use barriers to force several stages in system execution * high performance for real-world applications
Documentation
Builds

specs's sandbox limits

All the builds on docs.rs are executed inside a sandbox with limited resources. The limits for this crate are the following:

Available RAM 6 GB
Maximum rustdoc execution time 15 minutes
Maximum size of a build log 100 kB
Network access blocked
Maximum number of build targets 10

If a build fails because it hit one of those limits please open an issue to get them increased.