memtable-macros 0.2.0

Macro library that provides ability to derive typed tables and generate tables compile-time.
1
2
3
4
5
mod attributes;
mod dynamic;
mod fixed;
mod fixed_column;
mod tuple_structs;