write_tar

Function write_tar 

Source
pub async fn write_tar(
    repo: &Repo,
    src: impl AsyncRead + Send + Unpin + 'static,
    media_type: MediaType,
    refname: &str,
    options: Option<WriteTarOptions>,
) -> Result<WriteTarResult>
Expand description

Write the contents of a tarball as an ostree commit.