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

#864 in Network programming

Download history 1849/week @ 2024-11-15 1553/week @ 2024-11-22 1758/week @ 2024-11-29 2726/week @ 2024-12-06 2983/week @ 2024-12-13 2042/week @ 2024-12-20 1627/week @ 2024-12-27 2374/week @ 2025-01-03 4015/week @ 2025-01-10 2528/week @ 2025-01-17 2970/week @ 2025-01-24 4156/week @ 2025-01-31 3765/week @ 2025-02-07 3494/week @ 2025-02-14 4266/week @ 2025-02-21 2469/week @ 2025-02-28

14,953 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