Hugo/doc/translation
All threads resolved!
All threads resolved!
Compare changes
- Hugo Trentesaux authored
@@ -146,7 +146,7 @@ Before changing the code, make sure that the default code compiles correctly:
@@ -146,7 +146,7 @@ Before changing the code, make sure that the default code compiles correctly:
Cargo is the equivalent of npm for Rust, it will look for all the dependencies of the crates (=libraries) you install. Yes in Rust we speak of crates to designate dependencies, it can be a library or a package.
If you get a `Finished dev[unoptimized + debuginfo] target(s) in x.xx secs`, congratulations you just compiled your first Rust program :)