quiver 0.2.0

A schema specification and validator for Arrow record batches
Documentation
1
2
3
4
5
6
7
8
//! Generic structs are not supported.

#[derive(quiver::Quiver)]
struct Thing<T> {
    name: T,
}

fn main() {}