Hands-On Data Structures and Algorithms with Rust
上QQ阅读APP看书,第一时间看更新

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.