"const TOML_BYTES: &[u8] = includ..." <- > <@jamesmunns:beeper.com> ```rust > const TOML_BYTES: &[u8] = include_bytes!("../Cargo.toml"); > const TOML_ARR: [u8; TOML_BYTES.len()] = *include_bytes!("../Cargo.toml"); > > fn main() { > println!("{}", TOML_ARR.len()); > println!("{:?}", TOML_ARR); > } > ``` we also use that to include a SPA website thats around 1MB big to get served from the MCU's webserver :D