Expand description
Data loading.
Structs§
- Delimiter
- The delimiter to use when parsing CSV files.
- Loaded
- Data loaded from a
DataSource.
Enums§
- Data
Source - Something we can retrieve byte data from.
- Encoding
- An encoding of a file.
- Load
Source - A loaded
DataSource. - Readable
- A value that can be read from a file.
- RowType
- The type of parsed rows.
Traits§
- Load
- Loads data from a path or provided bytes.
Functions§
- cbor
- Reads structured data from a CBOR file.
- csv
- Reads structured data from a CSV file.
- format_
yaml_ error - Format the user-facing YAML error message.
- json
- Reads structured data from a JSON file.
- read
- Reads plain text or data from a file.
- toml
- Reads structured data from a TOML file.
- xml
- Reads structured data from an XML file.
- yaml
- Reads structured data from a YAML file.