Crate drill_press

Source

Structs§

Segment
Describes the location of a chunk in the file, as well as indicating if it contains data or is a hole
SegmentIter
An iterator over the ranges of a file of a specific SegmentType

Enums§

ScanError
Errors returned by scan_chunks
SegmentType
Flag for determining if a segment is a hole, or if it contains data

Traits§

Segments
An extention trait to filter segments by Hole or Data segments
SparseFile
An extention trait for File for sparse files