From 59332de6f74b3c0e2ae2c67979b30e690b24a04f Mon Sep 17 00:00:00 2001 From: Darix SAMANI SIEWE Date: Tue, 30 Sep 2025 14:59:10 +0100 Subject: [PATCH 1/9] add RQMTT message broker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df020ccb5..eb6e06b66 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik * [RobustMQ](https://github.com/robustmq/robustmq) - Next generation cloud-native converged message queue. * [Rocketmq-Rust](https://github.com/mxsm/rocketmq-rust) - 🚀Apache RocketMQ build in Rust🦀. Faster, safer, and with lower memory usage. +* [Rmqtt](https://github.com/rmqtt/rmqttt) - MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era ### MLOps From 77bca60513899b01cdde589e1f551233ef49f42f Mon Sep 17 00:00:00 2001 From: Darix SAMANI SIEWE Date: Tue, 30 Sep 2025 15:04:58 +0100 Subject: [PATCH 2/9] correct link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb6e06b66..06e7673f0 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik * [RobustMQ](https://github.com/robustmq/robustmq) - Next generation cloud-native converged message queue. * [Rocketmq-Rust](https://github.com/mxsm/rocketmq-rust) - 🚀Apache RocketMQ build in Rust🦀. Faster, safer, and with lower memory usage. -* [Rmqtt](https://github.com/rmqtt/rmqttt) - MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era +* [Rmqtt](https://github.com/rmqtt/rmqtt) - MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era ### MLOps From 069b00badad3c3992bfbe4e18d6144da251cf066 Mon Sep 17 00:00:00 2001 From: Darix SAMANI SIEWE Date: Mon, 17 Nov 2025 22:25:50 +0100 Subject: [PATCH 3/9] feat: add message queue section with RocketMQ, Rmqtt, and RobustMQ (alphabetized) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06e7673f0..e8b964d49 100644 --- a/README.md +++ b/README.md @@ -399,9 +399,9 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik ### Message Queue -* [RobustMQ](https://github.com/robustmq/robustmq) - Next generation cloud-native converged message queue. -* [Rocketmq-Rust](https://github.com/mxsm/rocketmq-rust) - 🚀Apache RocketMQ build in Rust🦀. Faster, safer, and with lower memory usage. -* [Rmqtt](https://github.com/rmqtt/rmqtt) - MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era +* [mxsm/rocketmq-rust](https://github.com/mxsm/rocketmq-rust) - 🚀Apache RocketMQ built in Rust🦀. Faster, safer, and with lower memory usage. +* [rmqtt/rmqtt](https://github.com/rmqtt/rmqtt) - MQTT Server/MQTT Broker — Scalable distributed MQTT message broker for IoT in the 5G era. +* [robustmq/robustmq](https://github.com/robustmq/robustmq) - Next generation cloud-native converged message queue. ### MLOps From 3d8d94feb4d9d86c89ae53191ca0ad7af04c86a6 Mon Sep 17 00:00:00 2001 From: Darix SAMANI SIEWE Date: Mon, 17 Nov 2025 22:43:12 +0100 Subject: [PATCH 4/9] feat: enhanced Readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8b964d49..227ba0d14 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Awesome Rust [![lint badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/lint.yml/badge.svg)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/lint.yml) [![build badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/rust-unofficial/awesome-rust/) +# Awesome Rust +[![lint badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/lint.yml/badge.svg)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/lint.yml) [![build badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/rust-unofficial/awesome-rust/) A curated list of Rust code and resources. From cc918c8ec0305f3e04e034694a3c2a0836991ac3 Mon Sep 17 00:00:00 2001 From: Darix SAMANI SIEWE Date: Mon, 17 Nov 2025 22:51:46 +0100 Subject: [PATCH 5/9] feat: enhanced Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 227ba0d14..432201573 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Awesome Rust -[![lint badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/lint.yml/badge.svg)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/lint.yml) [![build badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/rust-unofficial/awesome-rust/) +[![lint badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/lint.yml/badge.svg)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/lint.yml) +[![build badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml) +[![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/rust-unofficial/awesome-rust/) A curated list of Rust code and resources. From 3eeaf2735af5fd924763b43995118070d18417eb Mon Sep 17 00:00:00 2001 From: Darix SAMANI SIEWE Date: Tue, 18 Nov 2025 18:51:16 +0100 Subject: [PATCH 6/9] put this back where it was --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 432201573..e8b964d49 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ -# Awesome Rust -[![lint badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/lint.yml/badge.svg)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/lint.yml) -[![build badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml) -[![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/rust-unofficial/awesome-rust/) +# Awesome Rust [![lint badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/lint.yml/badge.svg)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/lint.yml) [![build badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/rust-unofficial/awesome-rust/) A curated list of Rust code and resources. From 80bf2a67bbf2f026d0fb55a7e4960f9de4521ce9 Mon Sep 17 00:00:00 2001 From: Darix SAMANI SIEWE Date: Tue, 18 Nov 2025 18:56:52 +0100 Subject: [PATCH 7/9] just add rmqtt and reset the others --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8b964d49..e0b6898c8 100644 --- a/README.md +++ b/README.md @@ -399,9 +399,9 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik ### Message Queue -* [mxsm/rocketmq-rust](https://github.com/mxsm/rocketmq-rust) - 🚀Apache RocketMQ built in Rust🦀. Faster, safer, and with lower memory usage. -* [rmqtt/rmqtt](https://github.com/rmqtt/rmqtt) - MQTT Server/MQTT Broker — Scalable distributed MQTT message broker for IoT in the 5G era. -* [robustmq/robustmq](https://github.com/robustmq/robustmq) - Next generation cloud-native converged message queue. +* [RobustMQ](https://github.com/robustmq/robustmq) - Next generation cloud-native converged message queue. +* [Rocketmq-Rust](https://github.com/mxsm/rocketmq-rust) - 🚀Apache RocketMQ build in Rust🦀. Faster, safer, and with lower memory usage. +* [Rmqtt](https://github.com/rmqtt/rmqtt) - MQTT Server/MQTT Broker — Scalable distributed MQTT message broker for IoT in the 5G era. ### MLOps From a37ed58ee1366249f828f443eeab7e47dd6c980c Mon Sep 17 00:00:00 2001 From: Darix SAMANI SIEWE Date: Sat, 22 Nov 2025 22:55:03 +0100 Subject: [PATCH 8/9] fix order --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0b6898c8..98f8731df 100644 --- a/README.md +++ b/README.md @@ -399,9 +399,10 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik ### Message Queue +* [Rmqtt](https://github.com/rmqtt/rmqtt) - MQTT Server/MQTT Broker — Scalable distributed MQTT message broker for IoT in the 5G era. * [RobustMQ](https://github.com/robustmq/robustmq) - Next generation cloud-native converged message queue. * [Rocketmq-Rust](https://github.com/mxsm/rocketmq-rust) - 🚀Apache RocketMQ build in Rust🦀. Faster, safer, and with lower memory usage. -* [Rmqtt](https://github.com/rmqtt/rmqtt) - MQTT Server/MQTT Broker — Scalable distributed MQTT message broker for IoT in the 5G era. + ### MLOps From ddd6f6c3198ddada24afca14d33ffce59a800353 Mon Sep 17 00:00:00 2001 From: Darix SAMANI SIEWE Date: Sun, 23 Nov 2025 15:29:22 +0100 Subject: [PATCH 9/9] fix extra line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 98f8731df..5e162328e 100644 --- a/README.md +++ b/README.md @@ -403,7 +403,6 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik * [RobustMQ](https://github.com/robustmq/robustmq) - Next generation cloud-native converged message queue. * [Rocketmq-Rust](https://github.com/mxsm/rocketmq-rust) - 🚀Apache RocketMQ build in Rust🦀. Faster, safer, and with lower memory usage. - ### MLOps * [TensorZero](https://github.com/tensorzero/tensorzero) - data & learning flywheel for LLMs that unifies inference, observability, optimization, and experimentation ![TensorZero Build Status](https://img.shields.io/github/check-runs/tensorzero/tensorzero/main)