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