Macro embed_file

Source
macro_rules! embed_file {
    ($path:expr) => { ... };
}
Expand description

Embeds a file’s content into the binary (production).