Crate ser_data_loadr

Crate ser_data_loadr 

Source

Structs§

AutoDataFormatHandler
Auto data format handler, to automatically detects the data format from the file extension
BinCodeDataFormat
Bincode data format
DataLoader
Data loader, to load data from files
DataReceiver
JsonDataFormat
JSON data format
MapperFn
Data mapper from a function

Traits§

Data
Data trait, to mark a type as a data type basically DeserializeOwned + Send + 'static
DataFormat
Data format to read and load data from a file
DataFormatHandler
Data format handler, to handle different data formats
DataMapper
Data mapper, to map data from an In type to an Out type, this is useful for using the built-in caching mechanism of the DataLoader

Functions§

data_mapper_fn
Create a data mapper from a function

Type Aliases§

AutoDataLoader