1
2
3
4
5
6
7
8
#![feature(test)]
extern crate test;
extern crate serde_json;
#[macro_use]
extern crate fake;
extern crate rusqlite;

pub mod generate_records;