#slip #codec #serial #protocols #internet #line #io

slip-codec

串行线路互联网协议(SLIP)编码器/解码器

13个版本

0.4.0 2023年10月27日
0.3.4 2023年3月21日
0.3.3 2022年8月1日
0.3.2 2021年11月10日
0.1.2 2020年6月26日

#394 in 网络编程

Download history • Rust 包仓库 2301/week @ 2024-04-01 • Rust 包仓库 1550/week @ 2024-04-08 • Rust 包仓库 1851/week @ 2024-04-15 • Rust 包仓库 2187/week @ 2024-04-22 • Rust 包仓库 2263/week @ 2024-04-29 • Rust 包仓库 2215/week @ 2024-05-06 • Rust 包仓库 2440/week @ 2024-05-13 • Rust 包仓库 1858/week @ 2024-05-20 • Rust 包仓库 1949/week @ 2024-05-27 • Rust 包仓库 2047/week @ 2024-06-03 • Rust 包仓库 2102/week @ 2024-06-10 • Rust 包仓库 2283/week @ 2024-06-17 • Rust 包仓库 2130/week @ 2024-06-24 • Rust 包仓库 1614/week @ 2024-07-01 • Rust 包仓库 2116/week @ 2024-07-08 • Rust 包仓库 1807/week @ 2024-07-15 • Rust 包仓库

7,757 每月下载量
9 个包中使用(通过 espflash

MIT 协议

31KB
749 代码行

slip-codec — SLIP编码器/解码器

crates.io docs.rs MIT licensed

具有Rust std::io::{Read, Write}接口的SLIP编码器/解码器。

纯Rust实现的RFC 1055串行线路互联网协议(SLIP)。测试用例来自执行相同功能的serial_line_ip包,但使用切片处理数据。

可选功能

除了默认的同步接口外,还提供了可选的异步接口。

依赖项

~0–1.4MB
~23K SLoC