arrow_convert 0.12.1

Convert between nested rust types and Arrow with arrow
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "tinystr")]
mod tinystr;

#[cfg(feature = "rust_decimal")]
mod rust_decimal;

#[cfg(feature = "glam")]
mod glam;

#[cfg(feature = "uuid")]
mod uuid;