macrokata icon indicating copy to clipboard operation
macrokata copied to clipboard

Learn Macros In Rust

Results 5 macrokata issues
Sort by recently updated
recently updated
newest added

The latest rust nightly build does not have the feature `proc_macro_span_shrink`, and the `proc_macro2` crate has updated and does not require that feature anymore. I removed and regenerated `Cargo.lock` to...

Hi, I'm a student from China. I just finished these exercises yesterday as my first step in learning Rust macros. Your repo is really helpful for beginners(*The little book in...

Hey, I started going through the repo, It seems this is gonna be a great way for me to learn about macros! When I tried to run the testing for...

Another fantastic exercise, I love this book! Clippy will warn against unused code (the numeric fields of the `NumberType` enum), even though they are printed in the show function. ```...

This book is great! I just completed exercise 8, and I had some trouble with understanding how I actually solved it - I knew it had something to do with...