Skip to main content

Module file

Module file 

Source
Expand description

Version-independent file types shared by all format versions. Version-independent file types.

[PlaintextFile] is the decrypted output shape shared by every format version. It carries no format-specific information, so sharing it does not couple the version modules to each other (unlike format-defining code, which is duplicated per version on purpose).

Structs§

FileMetadata
Metadata of a plaintext file, stored encrypted alongside the content.
PlaintextFile
Represents a plaintext file with filename and content

Enums§

ContentKind
What an encrypted file’s content stream contains.