Wrote my first useful #Rust macro today! 🥳
I use it to tell rust that when I write a number like '3' that it is actually not zero and can never be zero. Only used for numbers you know at compile time.
I use it to tell rust that when I write a number like '3' that it is actually not zero and can never be zero. Only used for numbers you know at compile time.

