Structs§
- Segment
- Describes the location of a chunk in the file, as well as indicating if it contains data or is a hole
- Segment
Iter - An iterator over the ranges of a file of a specific
SegmentType
Enums§
- Scan
Error - Errors returned by
scan_chunks - Segment
Type - 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
- Sparse
File - An extention trait for
Filefor sparse files