Expand description
This crate provides MirroredStorage
, an implementation of a specs
storage
that can track additions, removals and changes to the component it contains.
Structs§
- Mirrored
Storage - A
specs
storage intended for synchronisation with external libraries.
Traits§
- Mirrored
- Components that can be tracked in a
MirroredStorage
. - Storage
Ext - Extension methods for
Storage
to help read events fromMirroredStorage
. - Storage
MutExt - Extension methods for
Storage
to help read events fromMirroredStorage
.