component_group 1.0.0

Defines the ComponentGroup trait for managing a group of specs::Component instances and moving them between specs::Worlds
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
script:
  - cargo build --verbose --all --all-targets
  - cargo test --verbose --all
  - cargo doc --no-deps