9d512fdd19
This also made me realize that I wasn't using the correct term, 'associated functions', rather than 'static methods'. So I corrected that in the method syntax chapter.
10 lines
314 B
Markdown
10 lines
314 B
Markdown
% Learn Rust
|
||
|
||
Welcome! This section has a few tutorials that teach you Rust through building
|
||
projects. You’ll get a high-level overview, but we’ll skim over the details.
|
||
|
||
If you’d prefer a more ‘from the ground up’-style experience, check
|
||
out [Syntax and Semantics][ss].
|
||
|
||
[ss]: syntax-and-semantics.html
|