Expand description
Data ingestion and columnar storage layer.
This module is intentionally backend-agnostic:
DataSourceis a trait for host applications to provide numeric columns.DataTableis an internal normalized representation used by the editor.- CSV/TXT parsing utilities build
DataTablefrom files.
Structs§
- Column
Data - One numeric column with a stable display name.
- Data
Table - In-memory normalized table used by plotting logic.
Traits§
- Data
Source - Generic data-provider contract for embedding this crate into host apps.