include_data 1.0.1

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

// Non-AnyBitPattern type
static BYTES_32_bool: &[bool] = include_data::include_slice!(bool, "../../test_data/binary_32");