Structs§
- Auto
Data Format Handler - Auto data format handler, to automatically detects the data format from the file extension
- BinCode
Data Format - Bincode data format
- Data
Loader - Data loader, to load data from files
- Data
Receiver - Json
Data Format - JSON data format
- Mapper
Fn - Data mapper from a function
Traits§
- Data
- Data trait, to mark a type as a data type
basically
DeserializeOwned + Send + 'static - Data
Format - Data format to read and load data from a file
- Data
Format Handler - Data format handler, to handle different data formats
- Data
Mapper - Data mapper, to map data from an
Intype to anOuttype, this is useful for using the built-in caching mechanism of theDataLoader
Functions§
- data_
mapper_ fn - Create a data mapper from a function