Skip to main content

Module adapters

Module adapters 

Source
Expand description

Adapters for existing data sources

These adapters implement the DataProvider trait for existing data sources, allowing gradual migration to the new architecture.

Re-exports§

pub use buffer_adapter::BufferAdapter;
pub use csv_client_adapter::CsvClientAdapter;

Modules§

buffer_adapter
csv_client_adapter
Adapter to make CsvApiClient implement DataProvider trait