Skip to content

Releases: zabackary/daktronics-allsport-5000-rs

v0.3.1

11 Jul 06:34
Compare
Choose a tag to compare

Adds Error type to all errors

v0.3.0

10 Jul 07:29
Compare
Choose a tag to compare

This release cleans up the code a little, adds more error types, and fixes a bug where the performance was suffering

v0.2.2

09 Jul 11:38
Compare
Choose a tag to compare

This release fixes parsing of boolean fields.

v0.2.1

08 Jul 07:05
Compare
Choose a tag to compare

This release fixes a compiler error emitted only when certain features are selected.

v0.2.0

08 Jul 06:09
Compare
Choose a tag to compare

This release includes a lot of documentation updates along with some minor API changes to make the package cleaner in general.

  • Refreshed doc comments for nearly every public item
  • rtd_state::data_source no longer exports SerialStreamDataSource. Instead, import rtd_state::data_source::serial_stream_data_source::SerialStreamDataSource (the module is now pub)
  • packet::Packet::start_index is now a getter instead of a pub field
  • All doc tests now compile

Full Changelog: https://github.com/zabackary/daktronics-allsport-5000-rs/commits/v0.2.0