]> git.lizzy.rs Git - rust.git/blob - src/doc/trpl/effective-rust.md
Rollup merge of #25665 - OlegTsyba:fix_documentation, r=Gankro
[rust.git] / src / doc / trpl / effective-rust.md
1 % Effective Rust
2
3 So you’ve learned how to write some Rust code. But there’s a difference between
4 writing *any* Rust code and writing *good* Rust code.
5
6 This section consists of relatively independent tutorials which show you how to
7 take your Rust to the next level. Common patterns and standard library features
8 will be introduced. Read these sections in any order of your choosing.