diff --git a/porque-rust.html b/porque-rust.html index eee7b6d..3c348cb 100644 --- a/porque-rust.html +++ b/porque-rust.html @@ -788,6 +788,25 @@ struct Point<T> { +
+
+

+ + Cargo + +

+ +

"Cargo is the Rust package manager"

+ +

+ "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." +

+
+
+

Tests