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: almost 3 years ago
Linked from 1 awesome list

cargofeature-flagsrusttesting

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sourcefrog/cargo-mutantsTools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests.626
geiger-rs/cargo-geigerDetects usage of unsafe Rust in Rust crates and their dependencies to provide statistical input for auditing.1,415
byron/cargo-releaseAutomates the process of releasing a Rust crate with versioning and publishing0
icefoxen/cargo-oshaTool to quickly identify areas of Rust code with potential safety risks.43
rust-osdev/cargo-xbuildAutomates cross-compilation of sysroot crates for Rust projects259
obi1kenobi/cargo-semver-checksTool to check Rust crate API changes for semver violations during releases1,228
byron/cargo-smart-releaseAutomates complex release processes for Rust cargo workspaces with changelog generation and version management.81
koute/cargo-webA tool that simplifies building, testing and deploying client-side web applications in Rust1,107
est31/cargo-udepsDetects unused dependencies in Rust projects during compilation.1,781
stratusfearme21/cargo-appimageA tool to convert Rust programs into standalone AppImage executables61
bunogi/cargo-makedocsAutomates documentation building for Rust projects by parsing Cargo.toml and generating documentation for direct dependencies.14
lukemathwalker/cargo-chefA tool that speeds up Rust Docker builds by caching dependencies and re-hydrating project skeletons.1,867
crate-ci/cargo-releaseAutomates the release process of Rust crates, including version management and publishing to crates.io.1,360
janlikar/cargo-cloneA tool to fetch and download Rust crate source code from registries.93
gobanos/cargo-aocA CLI tool to solve Advent of Code puzzles in Rust460