Skip to main content

Crate rust_silos

Crate rust_silos 

Source

Macros§

embed_silo
Macro to embed all files in a directory as a sorted array for fast, allocation-free binary search access.

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.