| Crates.io | daedalus-registry |
| lib.rs | daedalus-registry |
| version | 0.1.1 |
| created_at | 2026-01-23 03:16:56.943275+00 |
| updated_at | 2026-01-23 03:16:56.943275+00 |
| description | Node registry and plugin bundle loader for Daedalus graphs. |
| homepage | https://github.com/Prometheus-Dynamics/Daedalus |
| repository | https://github.com/Prometheus-Dynamics/Daedalus |
| max_upload_size | |
| id | 2063302 |
| size | 74,614 |
Central store for node descriptors and plugin installation. Used by the planner to validate graphs and by the runtime to look up handlers.
store: in-memory registry implementation.ids: typed node/edge identifiers.diagnostics: structured errors/warnings for registration and lookup.plugin: plugin bundle helpers and FFI-facing conversions.Registry, register node descriptors (usually generated by #[node] macros or plugins).plugins: enable plugin-related helpers.ffi: enable FFI conversion helpers.gpu: include GPU capability metadata on nodes.