mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2025-02-17 04:38:25 +00:00
Update README for delicate.
This commit is contained in:
parent
e2124b8240
commit
60332af4de
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -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…
Add table
Reference in a new issue