Update README for delicate.

pull/1140/head
BinChengZhao 3 years ago
parent e2124b8240
commit 60332af4de

@ -10,7 +10,6 @@ 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)
@ -21,6 +20,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Productivity](#productivity)
- [Security tools](#security-tools)
- [System tools](#system-tools)
- [Task scheduling](#task-scheduling)
- [Text editors](#text-editors)
- [Text processing](#text-processing)
- [Utilities](#utilities)
@ -88,7 +88,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Platform specific](#platform-specific)
- [Scripting](#scripting)
- [Simulation](#simulation)
- [Task scheduling](#task-scheduling)
- [Task scheduling](#task-scheduling-1)
- [Template engine](#template-engine)
- [Text processing](#text-processing-1)
- [Text search](#text-search)
@ -205,9 +205,6 @@ 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
@ -371,6 +368,10 @@ See also [A comparison of operating systems written in Rust](https://github.com/
* [yake](https://crates.io/crates/yake) — Yake is a task runner based on yaml files [![build badge](https://gitlab.com/elbartus/yake/badges/master/pipeline.svg)](https://gitlab.com/elbartus/yake)
* [ytop](https://github.com/cjbassi/ytop) - A TUI system monitor written in Rust [![Build status](https://github.com/cjbassi/ytop/workflows/Rust%20CI/badge.svg?branch=master)](https://github.com/cjbassi/ytop/actions?query=workflow%3A%22Rust+CI%22)
### Task scheduling
* [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)
### Text editors
* [amp](https://amp.rs) — Inspired by Vi/Vim. [![build badge](https://api.travis-ci.org/jmacdonald/amp.svg?branch=master)](https://travis-ci.org/jmacdonald/amp)

Loading…
Cancel
Save