Module loading

Module loading 

Source
Expand description

Data loading.

Structs§

Delimiter
The delimiter to use when parsing CSV files.

Enums§

DataSource
Something we can retrieve byte data from.
Encoding
An encoding of a file.
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.
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.