]> git.proxmox.com Git - rustc.git/blob - src/doc/book/effective-rust.md
New upstream version 1.16.0+dfsg1
[rustc.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.