mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-23 20:33:05 +00:00
Append Distributed Platform module.
This commit is contained in:
parent
5ac4a3ac5c
commit
7a99ffb045
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
- [Audio and Music](#audio-and-music)
|
||||
- [Cryptocurrencies](#cryptocurrencies)
|
||||
- [Database](#database)
|
||||
- [Distributed Platform](#distributed-platform)
|
||||
- [Emulators](#emulators)
|
||||
- [Games](#games)
|
||||
- [Graphics](#graphics)
|
||||
|
@ -204,6 +205,9 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio
|
|||
* [tikv](https://github.com/tikv/tikv) — A distributed KV database in Rust [![Build Status](https://ci.pingcap.net/job/tikv_ghpr_test/badge/icon)](https://ci.pingcap.net/job/tikv_ghpr_test/)
|
||||
* [WooriDB](https://github.com/naomijub/wooridb) - General purpose time serial database inspired by Crux and Datomic.
|
||||
|
||||
### Distributed Platform
|
||||
* [delicate](https://github.com/BinChengZhao/delicate) — A lightweight and distributed task scheduling platform written in rust. [![Build Status](https://github.com/BinChengZhao/delicate/workflows/CI/badge.svg)](https://github.com/BinChengZhao/delicate/actions)
|
||||
|
||||
### Emulators
|
||||
|
||||
See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulator).
|
||||
|
|
Loading…
Reference in a new issue