Expand description
Data loading.
Structs§
- Delimiter
- The delimiter to use when parsing CSV files.
Enums§
- Data
Source - 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.