1use rust_embed::RustEmbed; 2 3#[derive(RustEmbed)] 4#[folder = "roms/"] 5#[prefix = "roms://"] 6pub struct EmbeddedRoms;