1 unstable release

Uses old Rust 2015

0.0.1 Oct 27, 2017

#11 in #columnar

26 downloads per month
Used in column

MIT/Apache

23KB
462 lines

Derive a Column representation for a struct.

Examples

#[macro_use] extern crate column_derive;
extern crate column;
#[derive(Column)]
struct Data {x: usize, y: u64}

Dependencies

~1.5–3MB
~66K SLoC