serde_arrow 0.14.0

Convert sequences of Rust objects to Arrow arrays and back again
Documentation
1
2
3
4
5
6
7
8
9
10
//! Test with an arrow implementation
//!
mod impls;
mod issue_137_schema_like_from_arrow_schema;
mod issue_248_slices_deserialization;
mod issue_35_preserve_metadata;
mod issue_90_top_level_nulls_in_structs;
mod items_wrapper;
mod schema_overwrites;
mod serializer_deserializer;