Modules§
Structs§
- LuaEnvironment
- A wrapper around a
minijinja::Environment. This wrapper can be serialized into anmlua::UserDataobject for use within Lua. - LuaState
- A
mlua::UserDatawrapper around aminijinja::State. This is passed to filters and other callbacks in the Jinja environment. It can only be initialized within anmlua::Lua::scopecallback, as it is not'static
Functions§
- minijinja_
lua - Builds and returns the
minijinjalua table.