use-docker-registry
Primitive Docker registry and repository reference helpers for RustUse.
This crate models registry host labels and repository paths without performing HTTP registry API calls.
Basic Usage
use ;
let registry = new?;
let repository = new?;
let reference = new;
assert_eq!;
# Ok::