pub fn load_lua_tools(
runtime: Arc<Mutex<LuaRuntime>>,
registry: &mut ToolRegistry,
)Expand description
Register all currently loaded Lua tools with imp-core’s tool registry.
pub fn load_lua_tools(
runtime: Arc<Mutex<LuaRuntime>>,
registry: &mut ToolRegistry,
)Register all currently loaded Lua tools with imp-core’s tool registry.