core: +MAGIC

This commit is contained in:
Alain Zscheile 2023-01-08 08:10:01 +01:00
parent 607b87cb77
commit a9d2508495

View file

@ -8,6 +8,8 @@ pub mod hilbert;
mod ht;
pub use ht::*;
pub const MAGIC: [u8; 4] = [b'Y', b'g', b'L', b'n'];
#[derive(Clone, Copy, Debug, IntEnum)]
#[repr(u32)]
#[rustfmt::skip]