From 6be624d36a4ebdcaaee991294a61f53547418963 Mon Sep 17 00:00:00 2001 From: Rui Hu Date: Thu, 27 Aug 2015 22:04:32 -0700 Subject: [PATCH] add mrhooray/crc-rs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e49c9e2..cc16994 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,8 @@ The goal is to have only projects that are mostly stable and useful to users. * [BurntSushi/rust-cbor](https://github.com/BurntSushi/rust-cbor) — Supports JSON conversion and type-based encoding/decoding [](https://travis-ci.org/BurntSushi/rust-cbor) * Character Encoding * [lifthrasiir/rust-encoding](https://github.com/lifthrasiir/rust-encoding) — [](https://travis-ci.org/lifthrasiir/rust-encoding) +* Cyclic Redundancy Check + * [mrhooray/crc-rs](https://github.com/mrhooray/crc-rs) — [](https://travis-ci.org/mrhooray/crc-rs) * CSV * [BurntSushi/rust-csv](https://github.com/BurntSushi/rust-csv) — [](https://travis-ci.org/BurntSushi/rust-csv) * HTML