Hi Rust friends,
I've been working on this ultra performant data transformation framework for AI, with incremental processing.
I've been a big fan of Rust. It is my first choice on the open source project for the data framework because of 1) robustness 2) performance 3) ability to bind to different languages.
The philosophy behind this project is that data transformation is similar to formulas in spreadsheets.
Would love your feedback, thanks!