fs_embed!() { /* proc-macro */ }
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
Dir