If the big bottleneck in your Rust development workflow is compile time, there are at least five ways you can fix it.
typed-arrow provides a strongly typed, fully compile-time way to declare Arrow schemas in Rust. It maps Rust types directly to arrow-rs typed builders/arrays and arrow_schema::DataType — without any ...