cargo-all-features

Feature flag tester

A tool to automate testing of Rust crates with multiple feature flags

A Cargo subcommand to build and test all feature flag combinations.

GitHub

147 stars
7 watching
20 forks
Language: Rust
last commit: about 1 year ago
Linked from 1 awesome list

cargofeature-flagsrusttesting

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sourcefrog/cargo-mutants Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. 600
geiger-rs/cargo-geiger Detects usage of unsafe Rust in Rust crates and their dependencies to provide statistical input for auditing. 1,410
byron/cargo-release Automates the process of releasing a Rust crate with versioning and publishing 0
icefoxen/cargo-osha Tool to quickly identify areas of Rust code with potential safety risks. 43
rust-osdev/cargo-xbuild Automates cross-compilation of sysroot crates for Rust projects 258
obi1kenobi/cargo-semver-checks Automates checking of Rust crate API changes for semver violations 1,189
byron/cargo-smart-release Automates complex release processes for Rust cargo workspaces with changelog generation and version management. 80
koute/cargo-web A tool that simplifies building, testing and deploying client-side web applications in Rust 1,106
est31/cargo-udeps Detects unused dependencies in Rust projects during compilation. 1,745
stratusfearme21/cargo-appimage A tool to convert Rust programs into standalone AppImage executables 61
bunogi/cargo-makedocs Automates documentation building for Rust projects by parsing Cargo.toml and generating documentation for direct dependencies. 14
lukemathwalker/cargo-chef A tool that speeds up Rust Docker builds by caching dependencies and re-hydrating project skeletons. 1,817
crate-ci/cargo-release A tool to simplify the process of releasing Rust crates, handling tasks such as publishing, tagging, and updating dependencies. 1,348
janlikar/cargo-clone A tool to fetch and download Rust crate source code from registries. 93
gobanos/cargo-aoc A CLI tool to solve Advent of Code puzzles in Rust 439