1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #92 from nats-io/tyler_add_Rust_link

Add Rust documentation link
This commit is contained in:
Ginger Collison
2020-04-27 11:41:38 -05:00
committed by GitHub

View File

@@ -9,6 +9,7 @@ Developing with NATS is a combination of distributed application techniques, com
| [nats.net](https://github.com/nats-io/nats.net) | [doxygen](http://nats-io.github.io/nats.net/) | | [nats.net](https://github.com/nats-io/nats.net) | [doxygen](http://nats-io.github.io/nats.net/) |
| [nats.rb](https://github.com/nats-io/nats.rb) | [yard](https://www.rubydoc.info/gems/nats) | | [nats.rb](https://github.com/nats-io/nats.rb) | [yard](https://www.rubydoc.info/gems/nats) |
| [nats.ts](https://github.com/nats-io/nats.ts) | [ts-doc](https://nats-io.github.io/nats.ts) | | [nats.ts](https://github.com/nats-io/nats.ts) | [ts-doc](https://nats-io.github.io/nats.ts) |
| [nats.rs](https://github.com/nats-io/nats.rs) | [rust doc](https://docs.rs/natsio) |
Not all libraries contain this separate doc, depending on the language community, but be sure to check out the client libraries README for more information. Not all libraries contain this separate doc, depending on the language community, but be sure to check out the client libraries README for more information.