sas7bdat 0.2.0

Rust library + CLI for decoding SAS7BDAT datasets and streaming them to modern formats.
Documentation
1
2
3
4
5
6
mod constants;
mod encode;
mod sink;
mod time_format;

pub use sink::CsvSink;