Function containers_api::tarball::dir

source ·
pub fn dir<W, P>(buf: W, path: P) -> Result<()>where
    W: Write,
    P: AsRef<Path>,
Expand description

Writes a gunzip encoded tarball to buf from entries found in path.