From 7a99ffb0454e2e30c91d76e12007dd2a95f139cc Mon Sep 17 00:00:00 2001 From: BinChengZhao Date: Mon, 9 Aug 2021 18:15:51 +0800 Subject: [PATCH] Append Distributed Platform module. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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).