Skip to main content

embedded_data_source

Macro embedded_data_source 

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

Combines a call of include_bytes with the call of DataSource::new. Prevents you from typing the same path twice.