Docs.rs
rust-silos-0.2.8
rust-silos 0.2.8
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
vivsh
Dependencies
phf ^0.11
normal
rust-silos-macros ^0.2.3
normal
thiserror ^1.0
normal
walkdir ^2.4
normal
tempfile ^3.10
dev
Versions
66.67%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate rust_silos
rust_
silos
0.2.8
All Items
Crate Items
Re-exports
Macros
Structs
Enums
Crate
rust_
silos
Copy item path
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
§
Embed
Entry
Metadata and contents for an embedded file.
File
Represents a file, which may be embedded or dynamic.
File
Meta
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.
File
Reader
Reader for file contents, either embedded or dynamic.