rust-data-processing 0.2.0

Schema-first ingestion (CSV, JSON, Parquet, Excel) into an in-memory DataSet, plus Polars-backed pipelines, SQL, profiling, validation, and map/reduce-style processing.
1
2
3
4
[target.x86_64-pc-windows-msvc]
# `rust-lld` is typically much more memory-efficient than `link.exe` for large Rust graphs.
linker = "rust-lld.exe"