Crate rust_silos

Source

Re-exports§

pub use phf;

Macros§

phf_map

Structs§

EmbedEntry
Metadata and contents for an embedded file.
File
Represents a file, which may be embedded or dynamic.
Silo
Represents a root directory, which may be embedded or dynamic.
SiloSet
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.

Enums§

Error
Error type for file and silo operations.
FileReader
Reader for file contents, either embedded or dynamic.