mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-15 00:27:39 +00:00
Merge pull request #970 from stjepang/patch-1
Add NATS client to the Network Programming section
This commit is contained in:
commit
7001e25e03
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue