rust/src/doc/trpl/effective-rust.md

9 lines
388 B
Markdown
Raw Normal View History

2015-04-07 21:16:02 -05:00
% Effective Rust
So youve learned how to write some Rust code. But theres a difference between
writing *any* Rust code and writing *good* Rust code.
This section consists of relatively independent tutorials which show you how to
take your Rust to the next level. Common patterns and standard library features
will be introduced. Read these sections in any order of your choosing.