6 releases (breaking)
Uses old Rust 2015
0.5.0 | Jun 30, 2018 |
---|---|
0.4.1 | Jun 13, 2018 |
0.3.0 | Jun 4, 2018 |
0.2.0 | May 19, 2018 |
0.1.0 | May 19, 2018 |
#19 in #synchronize
9KB
100 lines
A storage for use with specs to help synchronize with an external library.
Check the examples directory for usage.
lib.rs
:
This crate provides MirroredStorage
, an implementation of a specs
storage
that can track additions, removals and changes to the component it contains.
Dependencies
~4.5MB
~92K SLoC