alua
A Rust library for generating luals annotations from Rust types.
Example
use *;
This produces the following output:
--- @class Example
--- @field field integer - test
--- @field method fun(self: Example, message: string) - Send a message