-
Couldn't load subscription status.
- Fork 53
Added some books and resources #91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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.
| * [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 |
There was a problem hiding this comment.
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:
- The list should be in alphabetical order of title.
- The linked page isn't in mdbook format, so the title should be italicised.
| * [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/) |
There was a problem hiding this comment.
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.
| * [Rust for Rustaceans](https://rust-for-rustaceans.com/) |
Please feel free to squash the commits