//! Represents logical type-registries built on top of the [raw registry](crate::raw::REGISTRY).
pub use Index;
pub use Iter;
pub use Registered;
pub use Registration;
pub use RegistrationId;
pub use Registry;
pub use RegistryEntry;
pub use RegistryExt;
pub use TypeInfo;