Skip to main content

EmbeddedDir

Type Alias EmbeddedDir 

Source
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).