Crossover
#207
Replies: 1 comment 4 replies
-
Hi! Thanks for your feedback. I don’t understand what you are asking for binrw to do here? You can derive both binrw and serde at the same time on the same struct to convert to some format that uses serde. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
You may know about the proj called serde_arrow, which allows Rust data types to be converted to Arrow representation, for playing nice with the Rust analytics ecosystem (DataFusion, Polars).
Wondering if you can weigh in on this post I made there about a crossover... allowing binrw to directly use serde_arrow to convert to arrow (as an option), as opposed to going via Rust data types. Or at least easing the pathway through Rust data types somehow.
Keen to know what you think..
Beta Was this translation helpful? Give feedback.
All reactions