- Hands-On Data Structures and Algorithms with Rust
- Claus Matzinger
- 36字
- 2021-07-02 14:11:47
Crates
Rust's modules (crates) can easily be packaged and distributed once all the compilation and testing is done, regardless of whether they are libraries or executables. First, let's take a look at Rust binaries in general.