lllv_core/
version.rs

1//! Versioning constants for the LLLV capsule binary format.
2pub const CAP_MAGIC: u16 = 0x4C56; // "LV"
3pub const CAP_VER: u8 = 1;
4pub const HEADER_LEN: usize = 114; // bytes do header binário fixo (sem payload)