arrow_convert 0.12.1

Convert between nested rust types and Arrow with arrow
Documentation
1
2
3
4
5
#[test]
fn test_macro_errors() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}