Skip to content

Commit

Permalink
Add Rustlings
Browse files Browse the repository at this point in the history
Even though Rustlings isn't a book it needs an
honourable mention. But non-book titles are
going to be very much the exception!
  • Loading branch information
glyn committed Nov 7, 2024
1 parent 0d79ef4 commit 1f7a150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/official.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/title-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 1f7a150

Please sign in to comment.