Cargo subcommand to optimize Rust Docker builds with layer caching
Cargo subcommand to speed up Rust Docker builds using Docker layer caching
cargo-chef$ cargo chef prepare --recipe-path recipe.json$ cargo chef cook --release --recipe-path recipe.json$ cargo chef cook --release --recipe-path recipe.json && cargo build --release