Skip to main content

pack

Function pack 

Source
pub async fn pack<S: Storage>(storage: &S) -> Result<Vec<u8>>
Expand description

Everything in storage as a zip, entry names being the container’s own.

§Errors

The read that did not work, or a zip that would not be written.