This commit is contained in:
邓云升 2024-08-02 06:30:47 +00:00 committed by GitHub
commit fada75c3e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa
- [Linters](#linters)
- [Libraries](#libraries)
- [Email](#email)
- [Message Queue](#message-queue)
## Applications
@ -278,3 +279,9 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa
#### [mjml](https://github.com/mjmlio/mjml)
* [mrml](https://github.com/jdrouet/mrml) - Blazing fast reimplementation of mjml in Rust (~200x faster)
### Message Queue
#### [rocketmq-rust](https://github.com/mxsm/rocketmq-rust)
* [rocketmq-rust](https://github.com/mxsm/rocketmq-rust) - Apache RocketMQ Rust implementation.Faster safer and with lower memory usage.