# Functions
FS converts a diskfs FileSystem to a fs.FS for compatibility with other utilities.
# Constants
TypeExt4 is an ext4 compatible filesystem.
TypeFat32 is a FAT32 compatible filesystem.
TypeISO9660 is an iso filesystem.
TypeSquashfs is a squashfs filesystem.
# Interfaces
File a reference to a single file on disk.
FileSystem is a reference to a single filesystem on a disk.
# Type aliases
Type represents the type of disk this is.