1
Fork 0

Update README.md

This commit is contained in:
Alex Helfet 2017-12-31 18:23:49 +00:00
parent 5d6417a010
commit 9176d16eeb

View file

@ -2,6 +2,10 @@
Rust crate to send and receive data over lossy streams of bytes.
* Supports sending slices of bytes or serde-serialized types.
* Uses a checksum to detect and skip corrupted frames.
* Includes a command-line tool to decode and display serialized types.
[![Crate](https://img.shields.io/crates/v/framed.svg)](https://crates.io/crates/framed)
Documentation: