Skip to main content

nxd_core/adapters/
mod.rs

1//! Adapters and process/runtime glue (design layer: effects at the edge).
2//!
3//! Plugin fixtures, process execution, recovery helpers, and similar
4//! side-effecting utilities. Prefer `providers/` and `remote/` for vendor I/O.
5
6pub mod external_runtime;
7pub mod plugin_fixture;
8pub mod plugin_supervisor;
9pub mod process;
10pub mod secret_supervisor;