pub async fn create_zip_from_directory( _source_dir: &Path, ) -> Result<Vec<u8>, String>
Create a ZIP archive from a directory.