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
sim_cookbook_build::generate_embed_code).