Skip to main content

create_zip_from_directory

Function create_zip_from_directory 

Source
pub async fn create_zip_from_directory(
    _source_dir: &Path,
) -> Result<Vec<u8>, String>
Expand description

Create a ZIP archive from a directory.