mlua
mlua copied to clipboard
Recommended approach for generating documentation for lua bindings
I've built a tool leveraging this fantastic project and I'm keen to get my head around any methodologies that can be used in conjunction with lua to automate document generation. If not, I'm happy to do it the old fashioned way :)
I believe both mlua-extras and tealr provide methods for generating Lua documentation from Rust APIs if you'd like to look into them.