specs-visitor 0.3.0

Utilities for visiting entities in an ECS that is using the specs library.
Documentation

Utilities for visiting specs components and resources very efficiently.

This can be used to implement generic transformations of ECS graphs that compile down to very effective code.

Use the specs-visitor-derive crate to automatically derive the traits in this crate.