Expand description
Built-in nodes and bundles. See PLAN.md for staged work.
Bundles are feature-gated; registration order is deterministic.
Modules§
- __
macro_ support - bundle_
demo - Demo bundle with built-in handlers and descriptors for producer/decoder/sink using typed payloads.
Macros§
- declare_
plugin - Declare a plugin struct that installs a set of node descriptors and handlers
in one shot. Each entry should correspond to a
#[node]-annotated function name in scope so<name>_descriptorand<name>_handlerexist.
Functions§
- register_
all - Register all enabled bundles, returning descriptors in deterministic order.
Type Aliases§
Attribute Macros§
- node
- Re-export of the
#[node]macro for convenience. Define a node with descriptor + handler generation.