A small procedural-macro (derive) crate for use with the `luars` ecosystem. Provides derive macros to automatically implement common conversion and binding traits used by `luars`.
Add to your Cargo.toml alongside `luars`:
```toml
[dependencies]
luars-derive = "0.1"
```
MIT