Re-exports§
pub use error::FmtError;pub use loader::StaticLoader;pub use loader::DynLoader;pub use source::MemorySource;
Modules§
Structs§
- Load
Info - Metadata about the loaded resource.
Enums§
- Load
Result - Result of a loading operation.
Traits§
- Format
- Abstract format parser that converts bytes into a structured object.
- PreProcess
- A hook to process data after parsing but before validation.
- Source
- Abstract data source that retrieves raw bytes by key.
- Validate
Config