Version 0.4
This version includes all the important features I planned for shred
, has a good level of performance and I consider it pretty stable.
Documentation | crates.io link
Additionally, shred-derive
has been improved to handle more cases (like where clauses).
Important PRs since 0.1:
- #16 Thread-local systems
- #17 Asynchronous Dispatcher
- #19 Remove context
- #20 Remove
Debug
bound (by @Object905) - #23 Improvements to
SystemData
- #24 Rename
System::work
toSystem::run
- #30 More control over dispatching (by @Object905)
- #31 Major optimization
- #34 Remove unsafe marker from
SystemData
functions
Thanks everybody for helping out, especially @Object905 for your PR and @WaDelma and @kvark for reviewing.