1#![forbid(unsafe_code)] 2//! Plugin registry and diagnostics facade. 3 4pub use crate::features::plugins::{list_plugins, load_time_diagnostics};