https://public.etherpad-mozilla.org/p/crate-packaging Packaging meeting May 1st at 6pm UTC / 12pm Mountain
--tests here implies integration tests.
cargo test
.tests()
cargo test --no-run
cargo test, rather than build tests and them run them.
CargoTest to capture the kind and allow the user to check it. This will be bin or lib for unit tests and test for integration tests
cargo-suity, it might be good to just wrap cargo test --docs in the most naive way possible.
clap-cargo, a crate of cargo CLI flags to make it easier for cargo plugins to get a consistent experience (documentation, etc). Pretty trivial for people to implement the flags on their own but I suspect it will be helpful.