[][src]Crate rudeboy_derive

This crate provides derive and attr macros for use by the rudeboy crate. Please refer to it for documentation and usage information.

Attribute Macros

Methods

Exposes the methods in an impl block for a UserData struct type to lua

MethodsSealed

Exposes the methods in an impl block for a UserData struct type to lua and generates an impl of rlua::UserData for the type

Derive Macros

Index

Generates an index metamethod for a UserData struct type

IndexSealed

Generates an index metamethod for a UserData struct type and an impl of rlua::UserData that calls it

NoIndex

Generates an implementation of RudeboyIndex that does nothing