Structs§
- LuaTool
- A
Toolimplementation backed by a Lua function registered withimp.register_tool().
Functions§
- json_
to_ lua_ value - Convert a serde_json::Value to a Lua value.
- load_
lua_ tools - Register all currently loaded Lua tools with imp-core’s tool registry.
- lua_
value_ to_ json - Convert a Lua value to serde_json::Value.
- setup_
host_ api - Set up the
impglobal table with host API functions.