Releases: mvertescher/serial-line-ip-rs
Releases · mvertescher/serial-line-ip-rs
v0.5.0
v0.4.0
- Removed SLIP Header, to conform with RFC 1055
v0.3.0
Minor, but breaking, changes to the SLIP encoder API to return both the number of bytes read and written.
v0.2.0
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!