Rust’s tooling ecosystem is well developed. Rust’s package manager and general swiss-army knife, called Cargo, makes building, testing, running, and dependency management trivial. It also has enabled our CI process easily via GitHub Actions. Other tools that we’ve leveraged with …