rust/src/doc/trpl/learn-rust.md
Steve Klabnik 9d512fdd19 TRPL: guessing game
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.
2015-05-05 16:54:34 -04:00

314 B
Raw Blame History

% Learn Rust

Welcome! This section has a few tutorials that teach you Rust through building projects. Youll get a high-level overview, but well skim over the details.

If youd prefer a more from the ground up-style experience, check out Syntax and Semantics.