macro_rules! include_i8 {
    ($file:expr $(,)?) => { ... };
}
Expand description

Alias of include_slice(i8, path). Returns a &'static [i8].