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

#707 in Network programming

Download history 1867/week @ 2024-07-14 2422/week @ 2024-07-21 2464/week @ 2024-07-28 2351/week @ 2024-08-04 1953/week @ 2024-08-11 2282/week @ 2024-08-18 1479/week @ 2024-08-25 1911/week @ 2024-09-01 1846/week @ 2024-09-08 1776/week @ 2024-09-15 2091/week @ 2024-09-22 1608/week @ 2024-09-29 2766/week @ 2024-10-06 2358/week @ 2024-10-13 2333/week @ 2024-10-20 2036/week @ 2024-10-27

9,638 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