Skip to content

v0.2.0

Compare
Choose a tag to compare
@mvertescher mvertescher released this 16 Dec 21:24
· 14 commits to master since this release

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!