emmylua_diagnostic_macro 0.5.0

A proc-macro for generating diagnostic code for emmylua-analyzer-rust
Documentation
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"
```