Skip to content

0.3.0 Major refactoring

Pre-release
Pre-release
Compare
Choose a tag to compare
@motoras motoras released this 26 Feb 09:41
· 39 commits to master since this release

Added

  • Non-blocking Iterator access for ShmReader
  • The exhausted method in ShmReader which tell us if a channel still provide records or not.
  • Major refactoring of the various modules

Changed

  • Header struct was renamed Metadata
  • Error handling in ShmWriter
  • Encodable trait returns Result
  • The read method in Reader was renamed try_read, requires no callback handler, and returns an Option wrapped in a Result

Removed

  • The codecs subcrate
  • The core subcrate
  • DataFormat structure