mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-10 06:14:13 +00:00
add robustmq
This commit is contained in:
parent
6deab641cf
commit
feab044f5f
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -12,13 +12,13 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
* [Audio and Music](#audio-and-music)
|
||||
* [Blockchain](#blockchain)
|
||||
* [Database](#database)
|
||||
* [Message Queue](#message-queue)
|
||||
* [Emulators](#emulators)
|
||||
* [File manager](#file-manager)
|
||||
* [Games](#games)
|
||||
* [Graphics](#graphics)
|
||||
* [Image processing](#image-processing)
|
||||
* [Industrial automation](#industrial-automation)
|
||||
* [Message Queue](#message-queue)
|
||||
* [Observability](#observability)
|
||||
* [Operating systems](#operating-systems)
|
||||
* [Package Managers](#package-managers)
|
||||
|
@ -260,10 +260,6 @@ See also [Rust - Production](https://www.rust-lang.org/production) organizations
|
|||
* [vorot93/libmdbx-rs](https://github.com/vorot93/libmdbx-rs) [[mdbx-sys](https://crates.io/crates/mdbx-sys)] - Bindings for MDBX, a "fast, compact, powerful, embedded, transactional key-value database, with permissive license". This is a fork of mozilla/lmdb-rs with patches to make it work with libmdbx.
|
||||
* [WooriDB](https://github.com/naomijub/wooridb) - General purpose time serial database inspired by Crux and Datomic.
|
||||
|
||||
### Message Queue
|
||||
|
||||
* [RobustMQ](https://github.com/robustmq/robustmq) - Next generation cloud-native converged message queue.
|
||||
|
||||
### Emulators
|
||||
|
||||
See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulator).
|
||||
|
@ -362,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