Skip to main content

atomic_write_to_zip_cache

Function atomic_write_to_zip_cache 

Source
pub async fn atomic_write_to_zip_cache(
    target_path: &str,
    data: &[u8],
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

Write data to a file in the zip cache atomically.