luars-derive 0.5.0

A procedural macro crate for luars, providing derive macros for Lua userdata types
Documentation

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:

[dependencies]

luars-derive = "0.1"

License

MIT