Rust & Dockerfile : cache dependencies with cargo chef

Introduction Let's consider this basic Dockerfile: # syntax=docker/dockerfile:1 # build...