use-docker-volume
Primitive Docker volume and mount syntax helpers for RustUse.
This crate parses and renders named volumes, bind mounts, anonymous volumes, and read-only flags. It keeps behavior simple and does not inspect the filesystem.
Basic Usage
use ;
let mount: DockerVolumeMount = "cache:/var/cache:ro".parse?;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::