//! Models a [distributed slice](linkme::DistributedSlice) as a registry of types, with each
//! [entry](RegistryEntry) indicating to which [logical registry](crate::logical::Registry) it
//! belongs.
pub use RegistrationId;
pub use REGISTRY;
pub use RegistryEntry;
pub use RegistryId;
pub use RegistryInfo;