Skip to main content

Module namespace

Module namespace 

Source
Expand description

Minimal namespace binding (temporary global table).

Maps path prefixes to IPC ports for scheme dispatch.

Structs§

Namespace 🔒

Statics§

NAMESPACE 🔒

Functions§

bind
Performs the bind operation.
list_all_bindings
List all current namespace bindings (path -> port_id).
resolve
Resolve a path to the longest matching prefix.
unbind
Performs the unbind operation.