Skip to content

Releases: stadelmanma/fitparse-rs

v0.4.0

20 Mar 14:33
v0.4.0
9120105
Compare
Choose a tag to compare
  • Improve parser error handling so that the user gets the byte position
    where parsing failed instead of the number of bytes remaining
  • Expand public API to expose more low level deserialization objects.
  • Use an Rc<...> to hold definition messages to avoid unnecessary copying.
  • Provide an interface that allows a continuous stream of data in addition
    to batch processing (see examples/streaming.rs).
  • Implement CRC validation of both the header and data sections.
  • Bump packaged FIT SDK version to 21.47.00

v0.3.0

22 Dec 03:49
v0.3.0
6b625a3
Compare
Choose a tag to compare
  • Refactor the internal de-serialization and decoding logic.
  • Return better errors when data buffer is incomplete
  • Add the FIT Profile version to the profile module as a constant
  • Add a script to regenerate the profile module from a new SDK
  • Bump packaged FIT SDK version to 21.40.00