slip-codec

Crates.ioslip-codec
lib.rsslip-codec
version0.4.0
sourcesrc
created_at2020-06-26 18:33:57.808473
updated_at2023-10-27 22:34:21.991279
descriptionSerial Line Internet Protocol (SLIP) encoder/decoder
homepage
repositoryhttps://github.com/jmaygarden/slip-codec
max_upload_size
id258478
size52,780
Judge Maygarden (jmaygarden)

documentation

README

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.

Commit count: 37

cargo fmt