cargo-hack is the coolest

By

Originally posted on mastodon.technology.

cargo-hack is the coolest #Rust testing tool I've learned about so far: <lib.rs/crates/cargo-hack>. With a few parameters, you can test every feature combination as well as against a version range of Rust versions. My CI is now twice as slow, but I'm actually verifying each feature works, and the MSRV actually builds!

gitlab.com/legoktm/rust-ci-pip

h/t fasterthanli.me/articles/my-id