cargo new, cargo build, cargo test
Three commands and you have a new project, a build, and a passing test run. No CMakeLists.txt, no find_package incantations, no separate test runner. The Cargo.toml format is readable TOML and the lockfile is deterministic. This should not be impressive but it is.