1 2 3 4 5 6
use rust_embed::RustEmbed; #[derive(RustEmbed)] #[folder = "app/dist"] pub struct Assets;