From bbf65761b2e8aa01c098e998b3327f95d63d1a3e Mon Sep 17 00:00:00 2001 From: Christof Weickhardt Date: Sun, 17 Apr 2022 20:39:28 +0000 Subject: [PATCH] feat(build-system): add cargo-all-features --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d64f932..b62a633 100644 --- a/README.md +++ b/README.md @@ -476,6 +476,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ ### Build system * [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) * [cargo-bitbake](https://crates.io/crates/cargo-bitbake) — A cargo extension that can generate BitBake recipes utilizing the classes from meta-rust [![build badge](https://api.travis-ci.org/cardoe/cargo-bitbake.svg?branch=master)](https://travis-ci.org/cardoe/cargo-bitbake) * [cargo-cache](https://crates.io/crates/cargo-cache) — inspect/manage/clean your cargo cache (`~/.cargo/`/`${CARGO_HOME}`), print sizes etc [![Build Status](https://github.com/matthiaskrgr/cargo-cache/workflows/ci/badge.svg?branch=master)](https://github.com/matthiaskrgr/cargo-cache/actions)