📄️ Follow Up Resources
- The Rust Book The reference guide for the entire language
📄️ Containerizing Rust Apps
Below is a sample Dockerfile for containerizing your Rust applications. It uses a tool called cargo chef to speed up compilation times in Rust.