Module builder

Source
Available on crate feature builder only.
Expand description

Builder pattern for creating lua modules in a readable, declarative way

Structsยง

ModuleBuilder
Wraps some of the boilerplate for building a lua module using mlua in a nice builder pattern.
Includes functions for operating on a reference to the builder, as well as for consuming the builder.