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

#845 in Network programming

Download history 1818/week @ 2024-07-24 2933/week @ 2024-07-31 1915/week @ 2024-08-07 1951/week @ 2024-08-14 2152/week @ 2024-08-21 1425/week @ 2024-08-28 2167/week @ 2024-09-04 1920/week @ 2024-09-11 1739/week @ 2024-09-18 1987/week @ 2024-09-25 1701/week @ 2024-10-02 2853/week @ 2024-10-09 2554/week @ 2024-10-16 1939/week @ 2024-10-23 2514/week @ 2024-10-30 1607/week @ 2024-11-06

8,992 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