robin-sparkless 0.9.2

PySpark-like DataFrame API in Rust on Polars; no JVM.
1
2
3
4
5
# Pin Rust version so local and CI use the same toolchain.
# Update when upgrading; CI (.github/workflows/ci.yml, release.yml) uses this via toolchain input.
[toolchain]
channel = "1.89.0"
components = ["clippy", "rustfmt"]