Crate specs_mirror

Source
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§

MirroredStorage
A specs storage intended for synchronisation with external libraries.

Traits§

Mirrored
Components that can be tracked in a MirroredStorage.
StorageExt
Extension methods for Storage to help read events from MirroredStorage.
StorageMutExt
Extension methods for Storage to help read events from MirroredStorage.