From a5255115e4c1f8ce37bea070dd2238897392fa0f Mon Sep 17 00:00:00 2001 From: Nate Kent Date: Sun, 28 Apr 2019 00:37:41 -0400 Subject: [PATCH] Add neachdainn/nng-rs NNG is the successor to Nanomsg and, given that [Nanomsg is actively recommending switching to NNG][1], it seems like it would be a good idea to have it on this list. Thanks! [1]: https://github.com/nanomsg/nanomsg#support --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc7d10f..4cddc5c 100644 --- a/README.md +++ b/README.md @@ -1137,6 +1137,8 @@ See also [Are we game yet?](http://arewegameyet.com) * [actix/actix](https://github.com/actix/actix) — Actor library for Rust [](https://travis-ci.org/actix/actix) * NanoMsg * [thehydroimpulse/nanomsg.rs](https://github.com/thehydroimpulse/nanomsg.rs) — [nanomsg](https://nanomsg.org/) bindings [](https://travis-ci.org/thehydroimpulse/nanomsg.rs) +* Nng + * [neachdainn/nng-rs](https://gitlab.com/neachdainn/nng-rs) [[Nng](http://crates.io/crates/nng)] — [Nng (nanomsg v2)](https://nanomsg.github.io/nng/index.html) bindings [](https://gitlab.com/neachdainn/nng-rs/pipelines) * NNTP * [mattnenterprise/rust-nntp](https://github.com/mattnenterprise/rust-nntp) — an [NNTP](https://en.wikipedia.org/wiki/Network_News_Transfer_Protocol) client for Rust [](https://travis-ci.org/mattnenterprise/rust-nntp) * POP3