Skip to content

Conversation

@nzec
Copy link

@nzec nzec commented Oct 24, 2025

  • Hypervisor, OS tutorial
  • Ferrous Systems books
  • Atomics and Locks
  • Rust for Rustaceans

Please feel free to squash the commits

Copy link
Contributor

@glyn glyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for these suggestions. Please see my review comments.

Comment on lines 37 to 40
* [The Node Experiment: Exploring Async Basics with Rust](https://web.archive.org/web/20230125023131/https://cfsamson.github.io/book-exploring-async-basics/) - from the internet archive
* [Rust Exercises by Ferrous Systems](https://rust-exercises.ferrous-systems.com/)
* [Rust Training Slides by Ferrous Systems](https://rust-training.ferrous-systems.com/latest/slides/)
* [Rust Atomics and Locks](https://marabos.nl/atomics/) - Low-Level Concurrency in Practice
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks interesting - thanks for suggest it. Two nits:

  1. The list should be in alphabetical order of title.
  2. The linked page isn't in mdbook format, so the title should be italicised.
Suggested change
* [The Node Experiment: Exploring Async Basics with Rust](https://web.archive.org/web/20230125023131/https://cfsamson.github.io/book-exploring-async-basics/) - from the internet archive
* [Rust Exercises by Ferrous Systems](https://rust-exercises.ferrous-systems.com/)
* [Rust Training Slides by Ferrous Systems](https://rust-training.ferrous-systems.com/latest/slides/)
* [Rust Atomics and Locks](https://marabos.nl/atomics/) - Low-Level Concurrency in Practice
* [The Node Experiment: Exploring Async Basics with Rust](https://web.archive.org/web/20230125023131/https://cfsamson.github.io/book-exploring-async-basics/) - from the internet archive
* [_Rust Atomics and Locks_](https://marabos.nl/atomics/) - Low-Level Concurrency in Practice
* [Rust Exercises by Ferrous Systems](https://rust-exercises.ferrous-systems.com/)
* [Rust Training Slides by Ferrous Systems](https://rust-training.ferrous-systems.com/latest/slides/)

* [Rust Exercises by Ferrous Systems](https://rust-exercises.ferrous-systems.com/)
* [Rust Training Slides by Ferrous Systems](https://rust-training.ferrous-systems.com/latest/slides/)
* [Rust Atomics and Locks](https://marabos.nl/atomics/) - Low-Level Concurrency in Practice
* [Rust for Rustaceans](https://rust-for-rustaceans.com/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linked page is a review of a hardcopy book, which belongs in https://github.com/sger/RustBooks, rather than here. Indeed, it's already there.

Suggested change
* [Rust for Rustaceans](https://rust-for-rustaceans.com/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants