- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 54字
- 2021-07-02 23:07:12
Your first Rust project
Your first Rust project is not going to be particularly amazing. If anything, it's going to serve four purposes:
- Showing the structure of a Rust project
- Showing how to create a project by hand
- Showing how to create a project using the Rust Cargo script
- Compiling and executing the program