]> git.lizzy.rs Git - rust.git/blob - src/doc/book/effective-rust.md
Rollup merge of #31061 - brson:bib, r=steveklabnik
[rust.git] / src / doc / book / 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 chapter 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.