Skip to main content

triplets_core/source/backends/
mod.rs

1/// Column-mapped CSV file source implementation.
2pub mod csv_source;
3/// Generic configurable filesystem-backed source implementation.
4pub mod file_source;
5/// In-memory source backed by a `Vec<DataRecord>`.
6pub mod in_memory_source;