Module write

Source
Expand description

Create GVDB files

See the documentation of FileWriter to get started

Structs§

FileWriter
Create GVDB files
HashTableBuilder
Create hash tables for use in GVDB files

Enums§

Error
Error type for FileWriter

Type Aliases§

GvdbBuilderResultDeprecated
Type has been renamed. Use Result<T> instead.
GvdbFileWriterDeprecated
Type has been renamed. Use FileWriter instead.
GvdbHashTableBuilderDeprecated
Type has been renamed. Use HashTableBuilder instead.
GvdbWriterErrorDeprecated
Type has been renamed. Use Error instead.
Result
The Result type for Error