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
862fe2c182
commit
3604915a34
1 changed files with 110 additions and 103 deletions
213
README.md
213
README.md
|
@ -8,109 +8,112 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
|
||||
<!-- toc -->
|
||||
|
||||
- [Applications](#applications)
|
||||
* [Audio and Music](#audio-and-music)
|
||||
* [Blockchain](#blockchain)
|
||||
* [Database](#database)
|
||||
* [Emulators](#emulators)
|
||||
* [File manager](#file-manager)
|
||||
* [Games](#games)
|
||||
* [Graphics](#graphics)
|
||||
* [Image processing](#image-processing)
|
||||
* [Industrial automation](#industrial-automation)
|
||||
* [Observability](#observability)
|
||||
* [Operating systems](#operating-systems)
|
||||
* [Package Managers](#package-managers)
|
||||
* [Payments](#payments)
|
||||
* [Productivity](#productivity)
|
||||
* [Routing protocols](#routing-protocols)
|
||||
* [Security tools](#security-tools)
|
||||
* [Social networks](#social-networks)
|
||||
* [System tools](#system-tools)
|
||||
* [Task scheduling](#task-scheduling)
|
||||
* [Text editors](#text-editors)
|
||||
* [Text processing](#text-processing)
|
||||
* [Utilities](#utilities)
|
||||
* [Video](#video)
|
||||
* [Virtualization](#virtualization)
|
||||
* [Web](#web)
|
||||
* [Web Servers](#web-servers)
|
||||
- [Development tools](#development-tools)
|
||||
* [Build system](#build-system)
|
||||
* [Debugging](#debugging)
|
||||
* [Deployment](#deployment)
|
||||
* [Embedded](#embedded)
|
||||
* [FFI](#ffi)
|
||||
* [Formatters](#formatters)
|
||||
* [IDEs](#ides)
|
||||
* [Profiling](#profiling)
|
||||
* [Services](#services)
|
||||
* [Static analysis](#static-analysis)
|
||||
* [Testing](#testing)
|
||||
* [Transpiling](#transpiling)
|
||||
- [Libraries](#libraries)
|
||||
* [Artificial Intelligence](#artificial-intelligence)
|
||||
+ [Genetic algorithms](#genetic-algorithms)
|
||||
+ [Machine learning](#machine-learning)
|
||||
+ [OpenAI](#openai)
|
||||
* [Astronomy](#astronomy)
|
||||
* [Asynchronous](#asynchronous)
|
||||
* [Audio and Music](#audio-and-music-1)
|
||||
* [Authentication](#authentication)
|
||||
* [Automotive](#automotive)
|
||||
* [Bioinformatics](#bioinformatics)
|
||||
* [Caching](#caching)
|
||||
* [Cloud](#cloud)
|
||||
* [Command-line](#command-line)
|
||||
* [Compression](#compression)
|
||||
* [Computation](#computation)
|
||||
* [Concurrency](#concurrency)
|
||||
* [Configuration](#configuration)
|
||||
* [Cryptography](#cryptography)
|
||||
* [Data processing](#data-processing)
|
||||
* [Data streaming](#data-streaming)
|
||||
* [Data structures](#data-structures)
|
||||
* [Data visualization](#data-visualization)
|
||||
* [Database](#database-1)
|
||||
* [Date and time](#date-and-time)
|
||||
* [Distributed systems](#distributed-systems)
|
||||
* [Domain driven design](#domain-driven-design)
|
||||
* [eBPF](#ebpf)
|
||||
* [Email](#email)
|
||||
* [Encoding](#encoding)
|
||||
* [Filesystem](#filesystem)
|
||||
* [Finance](#finance)
|
||||
* [Functional Programming](#functional-programming)
|
||||
* [Game development](#game-development)
|
||||
* [Geospatial](#geospatial)
|
||||
* [Graph algorithms](#graph-algorithms)
|
||||
* [Graphics](#graphics-1)
|
||||
* [GUI](#gui)
|
||||
* [Image processing](#image-processing-1)
|
||||
* [Language specification](#language-specification)
|
||||
* [Logging](#logging)
|
||||
* [Macro](#macro)
|
||||
* [Markup language](#markup-language)
|
||||
* [Mobile](#mobile)
|
||||
* [Network programming](#network-programming)
|
||||
* [Parsing](#parsing)
|
||||
* [Peripherals](#peripherals)
|
||||
* [Platform specific](#platform-specific)
|
||||
* [Scripting](#scripting)
|
||||
* [Simulation](#simulation)
|
||||
* [Social networks](#social-networks-1)
|
||||
* [System](#system)
|
||||
* [Task scheduling](#task-scheduling-1)
|
||||
* [Template engine](#template-engine)
|
||||
* [Text processing](#text-processing-1)
|
||||
* [Text search](#text-search)
|
||||
* [Unsafe](#unsafe)
|
||||
* [Video](#video-1)
|
||||
* [Virtualization](#virtualization-1)
|
||||
* [Web programming](#web-programming)
|
||||
- [Registries](#registries)
|
||||
- [Resources](#resources)
|
||||
- [License](#license)
|
||||
- [Awesome Rust ](#awesome-rust--)
|
||||
- [Table of contents](#table-of-contents)
|
||||
- [Applications](#applications)
|
||||
- [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)
|
||||
- [Observability](#observability)
|
||||
- [Operating systems](#operating-systems)
|
||||
- [Package Managers](#package-managers)
|
||||
- [Payments](#payments)
|
||||
- [Productivity](#productivity)
|
||||
- [Routing protocols](#routing-protocols)
|
||||
- [Security tools](#security-tools)
|
||||
- [Social networks](#social-networks)
|
||||
- [System tools](#system-tools)
|
||||
- [Task scheduling](#task-scheduling)
|
||||
- [Text editors](#text-editors)
|
||||
- [Text processing](#text-processing)
|
||||
- [Utilities](#utilities)
|
||||
- [Video](#video)
|
||||
- [Virtualization](#virtualization)
|
||||
- [Web](#web)
|
||||
- [Web Servers](#web-servers)
|
||||
- [Development tools](#development-tools)
|
||||
- [Build system](#build-system)
|
||||
- [Debugging](#debugging)
|
||||
- [Deployment](#deployment)
|
||||
- [Embedded](#embedded)
|
||||
- [FFI](#ffi)
|
||||
- [Formatters](#formatters)
|
||||
- [IDEs](#ides)
|
||||
- [Profiling](#profiling)
|
||||
- [Services](#services)
|
||||
- [Static analysis](#static-analysis)
|
||||
- [Testing](#testing)
|
||||
- [Transpiling](#transpiling)
|
||||
- [Libraries](#libraries)
|
||||
- [Artificial Intelligence](#artificial-intelligence)
|
||||
- [Genetic algorithms](#genetic-algorithms)
|
||||
- [Machine learning](#machine-learning)
|
||||
- [OpenAI](#openai)
|
||||
- [Astronomy](#astronomy)
|
||||
- [Asynchronous](#asynchronous)
|
||||
- [Audio and Music](#audio-and-music-1)
|
||||
- [Authentication](#authentication)
|
||||
- [Automotive](#automotive)
|
||||
- [Bioinformatics](#bioinformatics)
|
||||
- [Caching](#caching)
|
||||
- [Cloud](#cloud)
|
||||
- [Command-line](#command-line)
|
||||
- [Compression](#compression)
|
||||
- [Computation](#computation)
|
||||
- [Concurrency](#concurrency)
|
||||
- [Configuration](#configuration)
|
||||
- [Cryptography](#cryptography)
|
||||
- [Data processing](#data-processing)
|
||||
- [Data streaming](#data-streaming)
|
||||
- [Data structures](#data-structures)
|
||||
- [Data visualization](#data-visualization)
|
||||
- [Database](#database-1)
|
||||
- [Date and time](#date-and-time)
|
||||
- [Distributed systems](#distributed-systems)
|
||||
- [Domain driven design](#domain-driven-design)
|
||||
- [eBPF](#ebpf)
|
||||
- [Email](#email)
|
||||
- [Encoding](#encoding)
|
||||
- [Filesystem](#filesystem)
|
||||
- [Finance](#finance)
|
||||
- [Functional Programming](#functional-programming)
|
||||
- [Game development](#game-development)
|
||||
- [Geospatial](#geospatial)
|
||||
- [Graph algorithms](#graph-algorithms)
|
||||
- [Graphics](#graphics-1)
|
||||
- [GUI](#gui)
|
||||
- [Image processing](#image-processing-1)
|
||||
- [Language specification](#language-specification)
|
||||
- [Logging](#logging)
|
||||
- [Macro](#macro)
|
||||
- [Markup language](#markup-language)
|
||||
- [Mobile](#mobile)
|
||||
- [Network programming](#network-programming)
|
||||
- [Parsing](#parsing)
|
||||
- [Peripherals](#peripherals)
|
||||
- [Platform specific](#platform-specific)
|
||||
- [Scripting](#scripting)
|
||||
- [Simulation](#simulation)
|
||||
- [Social networks](#social-networks-1)
|
||||
- [System](#system)
|
||||
- [Task scheduling](#task-scheduling-1)
|
||||
- [Template engine](#template-engine)
|
||||
- [Text processing](#text-processing-1)
|
||||
- [Text search](#text-search)
|
||||
- [Unsafe](#unsafe)
|
||||
- [Video](#video-1)
|
||||
- [Virtualization](#virtualization-1)
|
||||
- [Web programming](#web-programming)
|
||||
- [Registries](#registries)
|
||||
- [Resources](#resources)
|
||||
- [License](#license)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
|
@ -259,6 +262,10 @@ 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).
|
||||
|
|
Loading…
Reference in a new issue