Skip to main content

lxdb_format/
magic.rs

1/// Magic bytes written at the beginning of every LXDB file.
2pub const MAGIC: [u8; 4] = *b"LXDB";