macro_rules! static_resources_initialize {
    ( $($id:expr, $path:expr), * $(,)* ) => { ... };
}
Expand description

Used for including files into your executable binary file. You need to specify each file’s ID and its path.