From 1b9e004eedc65f4b05c51062ce0e6296a97ef517 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sat, 1 Jul 2017 20:09:54 +0200 Subject: [PATCH] capnproto/capnproto-rust --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 898c72e..e2179fa 100644 --- a/README.md +++ b/README.md @@ -572,7 +572,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https * Byte swapping * [BurntSushi/byteorder](https://github.com/BurntSushi/byteorder) — Supports big-endian, little-endian and native byte orders [](https://travis-ci.org/BurntSushi/byteorder) * Cap'n Proto - * [dwrensha/capnproto-rust](https://github.com/capnproto/capnproto-rust) — [](https://travis-ci.org/capnproto/capnproto-rust) + * [capnproto/capnproto-rust](https://github.com/capnproto/capnproto-rust) — [](https://travis-ci.org/capnproto/capnproto-rust) * CBOR * [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