mirror of
https://github.com/TaKO8Ki/awesome-alternatives-in-rust
synced 2024-11-22 03:23:02 +00:00
add CI status badge
This commit is contained in:
parent
fc5a48d51f
commit
1640e084ee
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ The easiest way is to go to [README.md](README.md) and click on the "pen" icon i
|
|||
|
||||
If you want to add an entry to the `README.md` please consider this:
|
||||
|
||||
- if you want to add something, please use the template `[ACCOUNT/REPO](https://github.com/ACCOUNT/REPO) — DESCRIPTION`
|
||||
- if you want to add something, please use the template `[REPO](https://github.com/ACCOUNT/REPO) — DESCRIPTION`
|
||||
- if you want to add categories, please refer to categories in [awesome-rust](https://github.com/rust-unofficial/awesome-rust).
|
||||
- please pay attention to the alphabetical ordering.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Awesome Rewrite It In Rust (RIIR)
|
||||
# Awesome Rewrite It In Rust (RIIR) [![github workflow status](https://img.shields.io/github/workflow/status/TaKO8Ki/awesome-rewrite-it-in-rust/CI/main)](https://github.com/TaKO8Ki/awesome-rewrite-it-in-rust/actions)
|
||||
|
||||
A curated list of replacements for existing software written in Rust.
|
||||
|
||||
|
@ -45,7 +45,7 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md).
|
|||
|
||||
#### rm
|
||||
|
||||
* [nivekuil/rip](https://github.com/nivekuil/rip) - A safe and ergonomic alternative to rm
|
||||
* [rip](https://github.com/nivekuil/rip) - A safe and ergonomic alternative to rm
|
||||
|
||||
#### sed
|
||||
|
||||
|
|
Loading…
Reference in a new issue