//! Config-file driven plugin loader for [`cordis-rs`].
//!
//! **Status: placeholder.** This crate is under active development as part of
//! the cordis-rs workspace. See the repository for the roadmap.
//!
//! Planned contents: a static plugin registry, the entry state machine
//! (start/stop/patch/refresh on top of cordis fibers), config write-back,
//! and per-entry `inject` support.
//!
//! [`cordis-rs`]: https://docs.rs/cordis-rs
/// Maps plugin names (as written in config entries) to plugin constructors.
;