Skip to content

Version 0.4

Compare
Choose a tag to compare
@torkleyy torkleyy released this 06 Jun 05:01
· 454 commits to master since this release

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 to System::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.