# Functions
NewTrustedFilePath returns struct representation of the path to a file.
# Structs
NewTrustedFilePathOptions are options for creating a new trusted file path - used for disambiguating the args.
TrustedFilePath contains the fields of a path to a file including "top", the top level directory containing the file, and "file", the relative path from top to the file.
# Type aliases
TrustedFilePathState represents the state of a TrustedFilePath.