Update README.md
This commit is contained in:
parent
5d6417a010
commit
9176d16eeb
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Rust crate to send and receive data over lossy streams of bytes.
|
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.
|
||||||
|
|
||||||
[](https://crates.io/crates/framed)
|
[](https://crates.io/crates/framed)
|
||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
|
|
Loading…
Reference in a new issue