Crate file_content

source ·

Structs§

  • A file representation that can be used to pair a file path with its content. File provides convenience methods for working with files on disk, or in memory.
  • A struct to hold the data of a text file and the encoding used to read it.

Enums§

  • Represents the supported encodings.
  • An enum that represents the possible contents of a file
  • Represents the possible errors that can occur when working with File structs.
  • The possible errors that can occur when working with TextData structs.

Functions§