diff --git a/README.md b/README.md index 600e6ed..4116225 100644 --- a/README.md +++ b/README.md @@ -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).