Declarative macros
- Examples of standard declarative macros
- todo! for and if-condition
- todo! for a match
- unimplemented
- About Declarative macros
- Hello World macro
- Macro with literal values
- Macro with parameter to say hello
- Fragment specifiers
- Macro with literal
- Macro with ident - create function
- Macro with optional parameter to say hello
- Macro with many parameters to say hello
- Macro to create a HashMap to be a counter
- Macro prt! to explore memory allocation
- Macro String::from
- Macro ok! to replace unwrap
- Macro pair! to create tuple with Some
- Optional function parameters using macros
- Debugging macros using trace_macros
- Define a function using a macro
- Error logging
- Some crates that provide macros
- HTML to string macro
- Using a helper macro vs helper function in tests