Open ctb opened 1 week ago
This line:
piz::ZipArchive::new(mapping.as_ref().unwrap()).unwrap()
in storage/mod.rs causes panics that would be better handled by the calling function, I think. Or at least it would be nice to have the option :)
storage/mod.rs
This line:
in
storage/mod.rs
causes panics that would be better handled by the calling function, I think. Or at least it would be nice to have the option :)