tpcgen-cli 0.1.0-alpha.1

Command line tool for TPC benchmark data generation.
Documentation
1
2
3
//! This library contains both the TPCH and TPCDS command line clients.
pub mod tpcds_cli;
pub mod tpch_cli;