Resource

registry

No description available.

resource registry;

F add

add: func(name: string, t: tool) -> bool;

Takes OWNERSHIP of the tool handle (can store & drop it later).

F list-keys

list-keys: func() -> list​<string>;

F info

info: func(name: string) -> option​<tool-info>;

F get

get: func(name: string) -> option​<tool>;