include_data 1.0.1

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

// Type mismatch
static BYTES_32_f32_f64: &[f32] = include_data::include_slice!(f64, "../../test_data/binary_32");