include_data 1.0.1

Include typed data directly in your executable
Documentation
1
2
3
4
fn main() {}

// can't make a u16 array of 31 bytes
static BYTES_31: &[u16] = include_data::include_slice!(u16, "../../test_data/binary_31");