13 releases
| 0.4.0 | Oct 27, 2023 |
|---|---|
| 0.3.4 | Mar 21, 2023 |
| 0.3.3 | Aug 1, 2022 |
| 0.3.2 | Nov 10, 2021 |
| 0.1.2 | Jun 26, 2020 |
#1642 in Parser implementations
18,594 downloads per month
Used in 6 crates
(via espflash)
31KB
749 lines
slip-codec — SLIP Encoder/Decoder
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.
Optional features
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
Dependencies
~0–3MB
~58K SLoC