file_streams/file_encoding

Types

File encodings for text streams. Right now only Unicode UTF-8 is supported.

pub type FileEncoding {
  Unicode
}

Constructors

  • Unicode
Search Document