Merge pull request #970 from stjepang/patch-1

Add NATS client to the Network Programming section
This commit is contained in:
Tom Parker-Shemilt 2020-10-08 11:32:03 +01:00 committed by GitHub
commit 7001e25e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1367,6 +1367,8 @@ See also [Are we game yet?](https://arewegameyet.rs)
* [mozilla/neqo](https://github.com/mozilla/neqo) — an Implementation of QUIC written in Rust
* P2P
* [libp2p/rust-libp2p](https://github.com/libp2p/rust-libp2p) — The Rust Implementation of libp2p networking stack. [![Circle CI](https://circleci.com/gh/libp2p/rust-libp2p.svg?style=svg)](https://circleci.com/gh/libp2p/rust-libp2p)
* NATS
* [nats-io/nats.rs](https://github.com/nats-io/nats.rs) — Rust client for NATS, the cloud native messaging system. [![Build Status](https://github.com/nats-io/nats.rs/workflows/Rust/badge.svg?branch=master)](https://github.com/nats-io/nats.rs/actions)
### Parsing