diff --git a/src/official.md b/src/official.md index de3e2df..276a735 100644 --- a/src/official.md +++ b/src/official.md @@ -5,6 +5,7 @@ Many of them are mentioned in [Learn Rust](https://www.rust-lang.org/learn). Introductory: * [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example/) - runnable examples illustrating Rust concepts +* [_Rustlings_](https://github.com/rust-lang/rustlings) - small exercises to get you used to reading and writing Rust code * [The Rust Programming Language](https://doc.rust-lang.org/book/) - "the book" Core: diff --git a/src/title-page.md b/src/title-page.md index 8af6373..2d49509 100644 --- a/src/title-page.md +++ b/src/title-page.md @@ -7,6 +7,6 @@ This book is a treasure-trove of Rust books: If you know of others, why not submit a [pull request](https://github.com/lborb/book#pull-requests)? -The titles of books not in +Titles not in [mdbook](https://github.com/rust-lang/mdBook) format are _italicised_. For more books in other formats, see [Rust Books](https://github.com/sger/RustBooks).