Modules§
Structs§
- LuaEnvironment
- A wrapper around a
minijinja::Environment. This wrapper can be serialized into anmlua::UserDataobject for use within mlua::Lua. - LuaState
Mut - A
mlua::UserDatawrapper around a mutableminijinja::State. This is passed to the callback provided toLuaEnvironment.render_captured. It can only be initialized within anmlua::Lua::scopecallback, as it is not'static - LuaState
Ref - 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.