From a8c908428449db16dff4eebd49ab0bfeab3a1806 Mon Sep 17 00:00:00 2001 From: Evgeny Safronov Date: Sat, 16 May 2015 02:16:39 +0300 Subject: [PATCH 1/2] Alternative MessagePack serialization library. This library supports both low-level and high-level interface allowing to build either performance-critical or convenient applications. It also compiles with the latest Rust channel and will continue to do so. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45f0203..49fed77 100644 --- a/README.md +++ b/README.md @@ -139,8 +139,9 @@ Ther goal is to have only projects that are mostly stable and useful to users. P * [BurntSushi/rust-csv](https://github.com/BurntSushi/rust-csv) — [](https://travis-ci.org/BurntSushi/rust-csv) * HTML * [servo/html5ever](https://github.com/servo/html5ever) — High-performance browser-grade HTML5 parser [](https://travis-ci.org/servo/html5ever) -* MsgPck +* MsgPack * [mneumann/rust-msgpack](https://github.com/mneumann/rust-msgpack) — [](https://travis-ci.org/mneumann/rust-msgpack) + * [3Hren/msgpack-rust]() - Pure Rust low/high level MessagePack implementation [](https://travis-ci.org/3Hren/msgpack-rust) * ProtocolBuffers * [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) — [](https://travis-ci.org/stepancheg/rust-protobuf) * TOML From 3591a1eaa9803603fd77ac72e3b08e86a5c64ca1 Mon Sep 17 00:00:00 2001 From: Evgeny Safronov Date: Sat, 16 May 2015 02:18:35 +0300 Subject: [PATCH 2/2] Fixed link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49fed77..ec62432 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Ther goal is to have only projects that are mostly stable and useful to users. P * [servo/html5ever](https://github.com/servo/html5ever) — High-performance browser-grade HTML5 parser [](https://travis-ci.org/servo/html5ever) * MsgPack * [mneumann/rust-msgpack](https://github.com/mneumann/rust-msgpack) — [](https://travis-ci.org/mneumann/rust-msgpack) - * [3Hren/msgpack-rust]() - Pure Rust low/high level MessagePack implementation [](https://travis-ci.org/3Hren/msgpack-rust) + * [3Hren/msgpack-rust](https://github.com/3Hren/msgpack-rust) - Pure Rust low/high level MessagePack implementation [](https://travis-ci.org/3Hren/msgpack-rust) * ProtocolBuffers * [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) — [](https://travis-ci.org/stepancheg/rust-protobuf) * TOML