Add Rust 101 workshop/course

This commit is contained in:
Matthias Endler 2024-01-24 14:33:57 +01:00 committed by GitHub
parent 7f739a1d96
commit 966cb6d86d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,7 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea
* [Procedural Macros Workshop](https://github.com/dtolnay/proc-macro-workshop) - This repo contains a selection of projects designed to learn to write Rust procedural macros — Rust code that generates Rust code.
* [rust-lang/rustlings](https://github.com/rust-lang/rustlings) - 🦀 Small exercises to get you used to reading and writing Rust code!
* [Rust Development at Sentry](https://develop.sentry.dev/rust/) - A document that contains useful resources for getting started with Rust and adhering to the Sentry coding principles.
* [Rust 101](https://101-rs.tweede.golf/) - A Rust University course by tweede golf.
## 📖 Books