You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SLIP encoder/decoder with Rust std::io::{Read, Write} interfaces.
4
+
[![crates.io][crates-badge]][crates-url]
5
+
[![docs.rs][docs-badge]][docs-url]
6
+
[![MIT licensed][mit-badge]][mit-url]
7
+
8
+
SLIP encoder/decoder with Rust [std::io](https://doc.rust-lang.org/std/io/index.html)::{[Read](https://doc.rust-lang.org/std/io/trait.Read.html), [Write](https://doc.rust-lang.org/std/io/trait.Write.html)} interfaces.
4
9
5
10
Pure Rust implementation of [RFC 1055](https://tools.ietf.org/html/rfc1055) Serial Line Internet Protocol (SLIP). Test cases are lifted from the [serial_line_ip](https://crates.io/crates/serial-line-ip) crate that serves the same role, but uses slices for data handling.
11
+
12
+
## Optional features
13
+
14
+
Asynchronous interfaces are optionally provided in addition to the default synchronous interface.
0 commit comments