# Functions
NewDefaultOptions initializes a Options struct with default values.
NewFileSystem initializes Filesystem, reads FAT.
WithLabel sets the filesystem label.
# Constants
Magic is the VFAT magic signature.
# Structs
File represents a VFAT backed file.
FileSystem provides simple way to read files from FAT32 filesystems.
Options is the functional options struct.
SuperBlock represents the vfat super block.
# Type aliases
Option is the functional option func.