add RobustMQ

This commit is contained in:
loboxu.1227 2024-09-11 23:55:21 +08:00
parent 4fcf2b4650
commit 123f5e3323

View file

@ -12,6 +12,7 @@ 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)
@ -259,6 +260,13 @@ 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).