pub async fn tar<T>(path: impl AsRef<Path>, dst: T) -> Result<T>where T: AsyncWrite + Sync + Send + Unpin,
Packages path into a wit subtree in deterministic tar archive and writes it to dst.
wit
tar
dst
Returns and error if the operation fails