SLIP encoder/decoder with Rust std::io::{Read, Write} interfaces.
Pure Rust implementation of RFC 1055 Serial Line Internet Protocol (SLIP). Test cases are lifted from the serial_line_ip crate that serves the same role, but uses slices for data handling.
Asynchronous interfaces are optionally provided in addition to the default synchronous interface.
async-codec
— Implements runtime agnostic asynchronous_codec traitstokio-codec
— Implements tokio runtime tokio_util::codec traits