Expand description
The rlua-builders-derive crate provides derivers for the rlua-builders
crate.
This crate provides a deriver for LuaBuilder
from rlua-builders
, as well
as for UserData
from rlua
.
This is not usually imported directly. See rlua-builders
for more
documentation.
Derive Macrosยง
- Automatically derive the
LuaBuilder
trait for structs and enums - Automatically derive
UserData
trait