Closed CrackTheCode016 closed 1 year ago
@DrW3RK Should we cover an example of procedural macros, or merely limit to how they work? macro_rules!
is being covered, but I'm not sure if procedural macros would be considered "too much" for this context.
Edit: I requested for review. Please let me know if you think more content/context should be added to this section. Thank you!
This PR:
Loops vs. Iterators
section and adds it to theiterators.md
portionmacro_rules!