macro_rules! include_labeled_bytes {
($file:expr) => { ... };
}Expand description
Like std::include_bytes!, but also returns its argument, the relative path to the bytes
returns a (path, bytes): (&str, &[u8]) tuple
macro_rules! include_labeled_bytes {
($file:expr) => { ... };
}Like std::include_bytes!, but also returns its argument, the relative path to the bytes
returns a (path, bytes): (&str, &[u8]) tuple