mirror of
https://github.com/mre/idiomatic-rust
synced 2025-02-16 13:18:26 +00:00
Add procedural macros workshop
by dtolnay (#13)
It's a great workshop on macros
This commit is contained in:
parent
f569fc8a7b
commit
990c7016e9
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea
|
|||
* [Build your own JIRA with Rust](https://github.com/LukeMathWalker/build-your-own-jira-with-rust/) - A test-driven workshop to learn Rust building your own JIRA clone!
|
||||
* [Ferrous Systems Teaching Material](https://ferrous-systems.github.io/teaching-material/index.html) - Free workshop material produced by Ferrous Systems for trainings. The time for the full course is around three to four days.
|
||||
* [PingCAP talent plan](https://github.com/pingcap/talent-plan) - A series of training courses about writing distributed systems in Rust. The courses primarily consist of projects where coding problems are presented, along with a partial implementation or API description, and a test suite.
|
||||
* [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.
|
||||
|
||||
## 📖 Articles and Books
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue