Module format_version

Module format_version 

Source
Expand description

File format versioning for SSTable, WAL, and Manifest

Modules§

magic
Magic numbers for file validation

Structs§

FormatVersion
Version compatibility information

Constants§

MANIFEST_FORMAT_VERSION
Manifest format version
SSTABLE_FORMAT_VERSION
File format versions for RustLite (v1.0.0+)
WAL_FORMAT_VERSION
WAL format version

Functions§

manifest_version
Manifest format version info
sstable_version
SSTable format version info
wal_version
WAL format version info