Expand description
Registry module for Docker registry interactions
This module provides authentication and client logic for interacting with Docker Registry HTTP API v2. It supports login, token management, and robust error handling for registry operations.
Re-exports§
pub use crate::config::AuthConfig;pub use auth::Auth;pub use client::RegistryClient;pub use client::RegistryClientBuilder;