iolivia / rust-sokoban

Rust Sokoban book and code samples
https://sokoban.iolivia.me
MIT License
156 stars 30 forks source link

Short explanation of derive macros. #41

Closed ghost closed 4 years ago

ghost commented 4 years ago

I wrote a tiny explanation for the derive macros introduced in chapter 1.3. I tried to adhere to @iolivia style of writing to make sure it doesn't stick out.

iolivia commented 4 years ago

this is perfect, thank you!

ghost commented 4 years ago

@iolivia I forgot to mention it earlier but is something like this enough to resolve #23 ?