arrow_convert 0.12.1

Convert between nested rust types and Arrow with arrow
Documentation
1
2
3
4
5
6
7
use arrow_convert::ArrowField;

#[derive(ArrowField)]
struct S {}

fn main() 
{}