pub type EmbeddedDir = &'static [(&'static str, &'static [u8])];Expand description
A crate’s embedded recipes/ tree: (path-relative-to-recipes, bytes).
Paths use / separators. Produced at build time (see
crate::generate_embed_code).
pub type EmbeddedDir = &'static [(&'static str, &'static [u8])];A crate’s embedded recipes/ tree: (path-relative-to-recipes, bytes).
Paths use / separators. Produced at build time (see
crate::generate_embed_code).