1 2 3 4 5 6 7 8 9 10 11 12 13
# EmmyLua Diagnostic Macro A macro for enhanced diagnostics in EmmyLua projects. ## Installation Add the crate as a dependency in your Cargo.toml: ```toml [dependencies] emmylua_diagnostic_macro = "0.4" ```