macro_rules! include_u8s {
($file:expr $(,)?) => { ... };
}Expand description
Alias of include_slice(u8, path). Returns a &'static [u8].
Included only for completeness, for almost every case core::include_bytes
should be prefered as it is a compiler built-in.