mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-10 06:14:13 +00:00
Merge pull request #1803 from socutes/main
Open source project to add message queue direction -RobustMQ
This commit is contained in:
commit
aac6252397
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
* [Graphics](#graphics)
|
||||
* [Image processing](#image-processing)
|
||||
* [Industrial automation](#industrial-automation)
|
||||
* [Message Queue](#message-queue)
|
||||
* [Observability](#observability)
|
||||
* [Operating systems](#operating-systems)
|
||||
* [Package Managers](#package-managers)
|
||||
|
@ -357,6 +358,10 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik
|
|||
* [locka99/opcua](https://github.com/locka99/opcua) - A [OPC UA](https://opcfoundation.org/about/opc-technologies/opc-ua/) library.
|
||||
* [slowtec/tokio-modbus](https://github.com/slowtec/tokio-modbus) - A [tokio](https://tokio.rs)-based [modbus](https://modbus.org) library.
|
||||
|
||||
### Message Queue
|
||||
|
||||
* [RobustMQ](https://github.com/robustmq/robustmq) - Next generation cloud-native converged message queue.
|
||||
|
||||
### Observability
|
||||
|
||||
* [avito-tech/bioyino](https://github.com/avito-tech/bioyino) - A high-performance scalable StatsD compatible server.
|
||||
|
|
Loading…
Reference in a new issue