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
implementDataProvider
trait