024aa9a345
The book was located under 'src/doc/trpl' because originally, it was going to be hosted under that URL. Late in the game, before 1.0, we decided that /book was a better one, so we changed the output, but not the input. This causes confusion for no good reason. So we'll change the source directory to look like the output directory, like for every other thing in src/doc.
9 lines
388 B
Markdown
9 lines
388 B
Markdown
% Effective Rust
|
||
|
||
So you’ve learned how to write some Rust code. But there’s 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.
|