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

149 stars
7 watching
21 forks
Language: Rust
last commit: over 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. 626
geiger-rs/cargo-geiger Detects usage of unsafe Rust in Rust crates and their dependencies to provide statistical input for auditing. 1,415
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 259
obi1kenobi/cargo-semver-checks Tool to check Rust crate API changes for semver violations during releases 1,228
byron/cargo-smart-release Automates complex release processes for Rust cargo workspaces with changelog generation and version management. 81
koute/cargo-web A tool that simplifies building, testing and deploying client-side web applications in Rust 1,107
est31/cargo-udeps Detects unused dependencies in Rust projects during compilation. 1,781
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,867
crate-ci/cargo-release Automates the release process of Rust crates, including version management and publishing to crates.io. 1,360
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 460