Macro core::include_bytes 1.0.0[−][src]
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!
.