Expand description
§General-Purpose file loader
This is the original entry point to the FDB loading API. A SchemaLoader wraps
an implementation of BufRead and loads the data from the file into an
instance of Schema.
This uses the methods defined in the reader module and produces the data
structure defined in the core module.
Structs§
- Loader
Config Impl - Configuration for SchemaLoader
- Schema
Loader - Structure to load a schema from some encapsulated stream
Traits§
- Loader
Config - Configuration for the
SchemaLoader