[][src]Crate hole_punch

Utility methods for locating holes in sparse files

Structs

Segment

Describes the location of a chunk in the file, as well as indicating if it contains data or is a hole

Enums

ScanError
SegmentType

Flag for determining if a segment is a hole, or if it contains data

Traits

SparseFile

Trait for objects that can have sparsity