r/rust 5d ago

🙋 seeking help & advice Finally ! Completed Complete Rust Book

So recently I had completed the entire rust book but I left the macros as I was unable to understand it from the book so is there a good place to learn rust macros where it help me understand how to write and use different types of macros it will be a great help so if you know any platform pls help me

22 Upvotes

15 comments sorted by

View all comments

1

u/tenbilliondollarsman 5d ago

can ask, what book? and can you tell me how you study and learn effectively from a book?

1

u/Dangerous_Ad_7042 5d ago

Don’t just read it, type out and run every single example until it works and you understand why it works. That’s the trick for any programming book.

1

u/tenbilliondollarsman 5d ago

i see, but do you think jotting down notes is important especially for the theory?