Macro fs_embed

Source
fs_embed!() { /* proc-macro */ }
Expand description

Embed a directory at compile time, returning a Dir enum. The path should be a literal string and strictly relative to the crate root. fs_embed!(“dir”) → Dir::from_embedded