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
Represents a directory, which may be embedded or from the filesystem.
Provides methods to enumerate and access files and subdirectories.
Represents a directory, which may be embedded or from the filesystem.
Provides methods to enumerate and access files and subdirectories.
Represents a set of root directories, supporting overlay and override semantics.
Later directories in the set can override files from earlier ones with the same relative path.