//! An OCI Distribution client for fetching oci images from an OCI compliant remote store
use Digest;
pub use Client;
pub use ;
pub use RegistryOperation;
extern crate lazy_static;
/// Computes the SHA256 digest of a byte vector
pub