Module fclones::files[][src]

Expand description

Type-safe wrappers for file position and length and other file-system related utilities.

Structs

FileHash
FileLen

Represents length of data, in bytes. Provides more type safety and nicer formatting over using a raw u64.

FilePos

Represents data position in the file, counted from the beginning of the file, in bytes. Provides more type safety and nicer formatting over using a raw u64. Offsets are formatted as hex.

Traits

AsFileHash
AsPath
IntoPath