[][src]Crate tealr_derive

Tealr_derive

The derive macro used by tealr.

Tealr is a crate that can generate .d.tl files for types that are exposed to lua/teal through rlua

Read the README.md in tealr for more information.

Derive Macros

TealDerive

Implement both UserData and TypeRepresentation.

TypeRepresentation

Implements TypeRepresentation.

UserData

Implements UserData.