pub async fn pack_dir( path: impl AsRef<Path>, dest: &mut (impl AsyncWrite + Unpin), ) -> Result<()>
fs
Pack a directory to asar archive.