typed-arrow 0.7.0

Compile-time Arrow schemas for Rust.
Documentation
1
2
3
4
5
#[test]
fn build_test() {
    let t = trybuild::TestCases::new();
    t.pass("tests/success/*.rs");
}