pub type Extent = (u64, u64);Expand description
A byte range inside the archive: (offset, len). Same shape as
crate::store::Extent.
pub type Extent = (u64, u64);A byte range inside the archive: (offset, len). Same shape as
crate::store::Extent.