We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13d2a2c + 471dba5 commit 50da1f6Copy full SHA for 50da1f6
src/index.md
@@ -33,6 +33,8 @@ Now let's begin!
33
34
- [Crates](crates.html) - A crate is a compilation unit in Rust. Learn to create a library.
35
36
+- [Cargo](cargo.html) - Go through some basic features of the official Rust package management tool.
37
+
38
- [Attributes](attribute.html) - An attribute is metadata applied to some module, crate or item.
39
40
- [Generics](generics.html) - Learn about writing a function or data type which can work for multiple types of arguments.
0 commit comments