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

#913 in Network programming

Download history 1939/week @ 2024-10-23 2514/week @ 2024-10-30 2071/week @ 2024-11-06 1820/week @ 2024-11-13 1720/week @ 2024-11-20 1366/week @ 2024-11-27 2606/week @ 2024-12-04 2874/week @ 2024-12-11 2538/week @ 2024-12-18 1659/week @ 2024-12-25 1761/week @ 2025-01-01 3977/week @ 2025-01-08 3009/week @ 2025-01-15 2339/week @ 2025-01-22 3827/week @ 2025-01-29 3478/week @ 2025-02-05

13,362 downloads per month
Used in 8 crates (via espflash)

MIT license

31KB
749 lines

slip-codec — SLIP Encoder/Decoder

crates.io docs.rs MIT licensed

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.

Dependencies

~0–5.5MB
~23K SLoC