luars-derive 0.7.0

A procedural macro crate for luars, providing derive macros for Lua userdata types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# luars-derive


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`.

## Installation


Add to your Cargo.toml alongside `luars`:

```toml
[dependencies]
luars-derive = "0.1"
```

## License


MIT