Crate rust_silos

Crate rust_silos 

Source

Re-exports§

pub use phf;

Macros§

embed_silo
Macro to embed all files in a directory as a PHF map for fast, allocation-free access.
phf_map

Structs§

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