1.0.0[][src]Macro core::include_bytes

macro_rules! include_bytes {
    ($file:expr) => { ... };
    ($file:expr,) => { ... };
}

Includes a file as a reference to a byte array.

For more information, see the documentation for std::include_bytes!.