From 1f7a1508dc0adf31d10634f49d07db871eda0c62 Mon Sep 17 00:00:00 2001 From: Glyn Normington Date: Thu, 7 Nov 2024 15:59:18 +0000 Subject: [PATCH] Add Rustlings Even though Rustlings isn't a book it needs an honourable mention. But non-book titles are going to be very much the exception! --- src/official.md | 1 + src/title-page.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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).