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
11
12
pub mod array_builder;
pub mod chrono;
pub mod deserialization;
pub mod deserializer;
pub mod error;
pub mod schema;
pub mod serialization;
pub mod serializer;
pub mod utils;

#[cfg(test)]
pub mod testing;