dtolnay / proc-macro-workshop

Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]
Apache License 2.0
4k stars 1.01k forks source link

Nothing is implemented #57

Closed lucypero closed 1 year ago

lucypero commented 1 year ago

there's probably something i'm not getting here, but i checked out the builder and the bitfield code and they are empty. what's happening?

Robbepop commented 1 year ago

The proc-macro-workshop is meant to guide you through Rust proc. macros by implementing those crates yourself with guidance by the accompanied comments, docs, initial code structure etc.

Learning by doing.

I did it long time ago and can heavily recommend doing it yourself if your goal is to become proficient with Rust proc. macros.