twre_ecs 0.0.2

Soon to be highly flexible Entity-Component-System framework.
docs.rs failed to build twre_ecs-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

TODO

  • write doc
  • write tests
  • write examples
  • implement Query
  • make SafeIndexStore more flexible, introduce stores for secondary ids.
  • implement change, changesets and control?
  • implement systems and system-manager?
  • implement PartialWorld/WorldView