rusty_slip/
lib.rs

1/// Minimal implementation of the SLIP protocol as defined in [RFC1055](https://datatracker.ietf.org/doc/html/rfc1055)
2pub mod slip;