Skip to main content

Extent

Type Alias Extent 

Source
pub type Extent = (u64, u64);
Expand description

A byte range inside the archive: (offset, len). Same shape as crate::store::Extent.