tpchgen 2.0.2

Blazing fast pure Rust no dependency TPC-H data generation library.
Documentation
1
2
3
4
5
6
7
8
# TPC-H Data Generator Crate 

This crate provides the core data generator logic for TPC-H. It has no
dependencies and is easy to embed in any other Rust projects.

See the [docs.rs page](https://docs.rs/tpchgen/latest/tpchgen/) for API and the
the tpchgen [README.md](https://github.com/clflushopt/tpchgen-rs) for more
information on the project.