Crate daedalus_nodes

Crate daedalus_nodes 

Source
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>_descriptor and <name>_handler exist.

Functions§

register_all
Register all enabled bundles, returning descriptors in deterministic order.

Type Aliases§

NodeDescriptor

Attribute Macros§

node
Re-export of the #[node] macro for convenience. Define a node with descriptor + handler generation.