Skip to content

Releases: JulianSchmid/dlt-parse-rs

Initial Release

10 Feb 14:14
Compare
Choose a tag to compare

This is the initial release of this library and as such the library will probably change a lot over the next few versions.

It contains:

  • DltHeader parsing & serialization (including extended header)
  • DltPacketSlice: Allows reading header fields without the need to completely deserialize the dlt headers.
  • SliceIterator: Allows iterating over multiple dlt packets in the same payload.

Enjoy