mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-15 00:27:39 +00:00
Update README.md
This commit is contained in:
parent
dfc03ce782
commit
1a827d3db1
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,6 @@ See also [A comparison of operating systems written in Rust](https://github.com/
|
|||
|
||||
### Build system
|
||||
|
||||
* [Fleet](https://github.com/dimensionhq/fleet) [[fleet-rs](https://crates.io/crates/fleet-rs)] - The blazing fast build tool for Rust.
|
||||
* [Cargo](https://crates.io/) — the Rust package manager
|
||||
* [cargo-all-features](https://github.com/frewsxcv/cargo-all-features) - A configurable subcommand to simplify testing, building and much more for all combinations of features [![CI](https://github.com/frewsxcv/cargo-all-features/actions/workflows/ci.yml/badge.svg)](https://github.com/frewsxcv/cargo-all-features/actions/workflows/ci.yml)
|
||||
* [cargo-benchcmp](https://crates.io/crates/cargo-benchcmp) — A utility to compare Rust micro-benchmarks [![build badge](https://api.travis-ci.org/BurntSushi/cargo-benchcmp.svg?branch=master)](https://travis-ci.org/BurntSushi/cargo-benchcmp)
|
||||
|
@ -511,6 +510,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
|
|||
* Github actions
|
||||
* [icepuma/rust-action](https://github.com/icepuma/rust-action) — rust github action
|
||||
* [peaceiris/actions-mdbook](https://github.com/peaceiris/actions-mdbook) — GitHub Actions for mdBook
|
||||
* [Fleet](https://github.com/dimensionhq/fleet) [[fleet-rs](https://crates.io/crates/fleet-rs)] - The blazing fast build tool for Rust.
|
||||
|
||||
### Debugging
|
||||
|
||||
|
|
Loading…
Reference in a new issue