Skip to content

Releases: mvertescher/serial-line-ip-rs

v0.5.0

26 Mar 16:34
Compare
Choose a tag to compare

v0.4.0

05 Apr 18:41
Compare
Choose a tag to compare
  • Removed SLIP Header, to conform with RFC 1055

v0.3.0

21 Dec 19:16
Compare
Choose a tag to compare

Minor, but breaking, changes to the SLIP encoder API to return both the number of bytes read and written.

v0.2.0

16 Dec 21:24
Compare
Choose a tag to compare

Major update to build out more robust encoding and decoding features!

Here's a short list of some of the changes:

  • New decoder API that handles packet streams better
  • New encoder API that can now produce SLIP packets
  • More robust error handling
  • Expanded unit tests for encoding and decoding
  • no_std support
  • Greatly improved documentation and examples

Be sure to checkout https://docs.rs/serial-line-ip/0.2.0/serial_line_ip/ for more information.

Enjoy!