1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# log_macro > Macro to print variable name and value only (stripped from release builds) ## Install TODO: test ``` cargo add log_macro ``` ## Use TODO: