From 9176d16eeb9dc01590f00d61ef06eda74024df4b Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Sun, 31 Dec 2017 18:23:49 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4b244c4..a78bb6a 100644 --- a/README.md +++ b/README.md @@ -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: