|
|
|
@ -788,6 +788,25 @@ struct Point<T> {
|
|
|
|
|
</section> |
|
|
|
|
</section> |
|
|
|
|
|
|
|
|
|
<section> |
|
|
|
|
<section> |
|
|
|
|
<h2> |
|
|
|
|
<a href="https://doc.rust-lang.org/cargo/"> |
|
|
|
|
Cargo |
|
|
|
|
</a> |
|
|
|
|
</h2> |
|
|
|
|
|
|
|
|
|
<p>"Cargo is the Rust package manager"</p> |
|
|
|
|
|
|
|
|
|
<p> |
|
|
|
|
"Cargo downloads your Rust package’s dependencies, |
|
|
|
|
compiles your packages, makes distributable |
|
|
|
|
packages, and uploads them to crates.io, the Rust |
|
|
|
|
community’s package registry." |
|
|
|
|
</p> |
|
|
|
|
</section> |
|
|
|
|
</section> |
|
|
|
|
|
|
|
|
|
<section> |
|
|
|
|
<section> |
|
|
|
|
<h2>Tests</h2> |
|
|
|
|