daedalus-nodes

Crates.iodaedalus-nodes
lib.rsdaedalus-nodes
version0.1.1
created_at2026-01-23 03:53:01.081302+00
updated_at2026-01-23 03:53:01.081302+00
descriptionDemo node implementations and fixtures for Daedalus.
homepagehttps://github.com/Prometheus-Dynamics/Daedalus
repositoryhttps://github.com/Prometheus-Dynamics/Daedalus
max_upload_size
id2063354
size56,527
Mathias (SoZ0)

documentation

https://docs.rs/daedalus-nodes

README

daedalus-nodes

Demonstration and bundle nodes built with the #[node] macro. Used as fixtures for planner/runtime tests and as examples for downstream authors.

What’s inside

  • Example nodes covering CPU and GPU paths, branching, metadata handling, and sync policies.
  • UI tests (tests/ui) that validate macro diagnostics for common authoring mistakes.
  • Helpers for bundling and registering node sets.

Usage

  • Treat these nodes as references when authoring your own #[node] functions.
  • Tests in other crates depend on these descriptors/handlers; keep changes backward-compatible within the workspace.
  • Feature-gated bundles in Cargo.toml control which node sets are exposed.
Commit count: 8

cargo fmt