- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 68字
- 2021-07-02 23:07:13
Automating things
While there is nothing wrong with creating a Rust project by hand, Rust does come with a very handy utility called Cargo. Cargo can be used not only to automate the setting up of a project, but also to compile and execute Rust code. Cargo can be used to create the parts required for a library instead of an executable, and can also generate application documentation.