sas7bdat 0.2.0

Rust library + CLI for decoding SAS7BDAT datasets and streaming them to modern formats.
Documentation
1
2
3
4
5
6
7
8
mod constants;
mod plan;
mod plan_stream;
mod sink;
mod stream;
mod utf8;

pub use sink::ParquetSink;