pub type RegistryContainer = BTreeMap<Uuid, PathBuf>;
A type alias for the actual registry data container.
pub struct RegistryContainer { /* private fields */ }