//! Wires the `lang-lib` change-event stream onto a `registry-io`
//! [`SyncRegistry`].
//!
//! Available when the `registry` feature is enabled. The registry is a
//! singleton — `lang-lib` owns it and exposes registration through
//! [`crate::Lang::on_change`]. Callbacks fire inline on the thread that
//! triggered the change (the writer, or the watcher thread for
//! `hot-reload`-driven changes), with sub-microsecond dispatch overhead
//! per `registry-io`'s contract.
use ;
use SyncRegistry;
use crateLangChangeEvent;
static REGISTRY: = new;
pub
pub