arrow2_convert 0.4.1

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

#[derive(ArrowField)]
struct S {}

fn main() 
{}