Skip to main content

Crate fmtstruct

Crate fmtstruct 

Source

Re-exports§

pub use error::FmtError;
pub use loader::StaticLoader;
pub use loader::DynLoader;
pub use source::MemorySource;

Modules§

error
format
loader
source

Structs§

LoadInfo
Metadata about the loaded resource.

Enums§

LoadResult
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.
ValidateConfig