886 B
886 B
mlua-plugin-addition todo list
implemented ("working")
-
cli args
--lua-pluginand--lua-arg(multiple) added withclap -
lua scripting
lua_plugin.rswithLuaRouteruserdata -
file server mounting from lua
router:add_file_server(prefix, root)– paths relative to plugin file -
route registration from lua
router:add_static(path, status, body, content_type) -
fallback static file server
Originalresolve_fslogic still works for non lua routes -
pass cli args to lua
Accessible asargstable inside Lua scripts.
fixing implementing needed
-
better error messages from Lua
log something at all. write a custom logger ; and use logger_rs for it -
hot reload of lua plugins
i want this -
more lua api functions
very bare bones right now