//! Vista bridge for the CSV backend.
//!
//! Construct a `Vista` from a typed `Table<Csv, E>` via `Csv::vista_factory()`,
//! or from a YAML spec via `CsvVistaFactory::from_yaml`. The YAML path builds
//! a `Table<Csv, EmptyEntity>` first and then routes through `from_table` —
//! one construction path, one reading path. CSV is read-only.
pub use CsvVistaFactory;
pub use CsvVistaSource;
pub use ;
use crateCsv;