//!
//! Namespace containing various URIs.
//! Most of them you can convert one to another.
pub use Host;
pub use ManifestUri;
pub use ManifestUriParquet;
pub use ObjectUri;
pub use Namespace;
pub use RevisionPointer;
pub use S3PackageHandle;
pub use S3PackageUri;
pub use LATEST_TAG;
pub use S3Uri;
pub use Tag;
pub use TagUri;