Module dlf

Source
Expand description

Code for creating/reading/managing Disk Layout Files.

.dlf files, or Disk Layout Files as they’re called in several places in the original cat-dev sources/documentations are layouts used in several places as a way of encoding addresses to files on the host filesystem.

DLF files are not necissarily valid on any other host than the host they were created on. DLF Files are also guaranteed to have UTF-8 paths.

Structs§

DiskLayoutFile
A disk layout file.