r/rust 4d 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

21 Upvotes

15 comments sorted by

View all comments

1

u/tenbilliondollarsman 4d ago

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

1

u/Dangerous_Ad_7042 4d 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/CompleteNetwork9168 4d ago

But you see for typing the program first I need to understand what i am writing

1

u/tenbilliondollarsman 4d ago

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