From ffa51f47e8aa6a217fbd756921a4663ab4257308 Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Mon, 12 Sep 2016 14:24:36 +1200 Subject: [PATCH] Add dylanmckay/protocol library The library is used to define packet-based protocol definitions. [library](https://github.com/dylanmckay/protocol). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d67c68..5a777e1 100644 --- a/README.md +++ b/README.md @@ -613,6 +613,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * Low level * [libpnet/libpnet](https://github.com/libpnet/libpnet) — a cross-platform, low level networking [](https://travis-ci.org/libpnet/libpnet) * [tokio-rs/tokio](https://github.com/tokio-rs/tokio) — a network application framework for rapid development and highly scalable production deployments of clients and servers. + * [dylanmckay/protocol](https://github.com/dylanmckay/protocol) - Custom TCP/UDP protocol definitions * NanoMsg * [thehydroimpulse/nanomsg.rs](https://github.com/thehydroimpulse/nanomsg.rs) — [nanomsg](http://nanomsg.org/) bindings [](https://travis-ci.org/thehydroimpulse/nanomsg.rs) * NNTP