1
2
3
4
5
6
7
8
9

use std::collections::HashMap;

pub fn embedded_samples() -> HashMap<&'static str, &'static [u8]> {
    HashMap::new()
}
pub fn embedded_config() ->  Option<&'static str> {
    None
}