Expand description
Safe wrapper around the ReadStat C parser.
ReadStatParser provides a builder-pattern API for configuring and invoking the
ReadStat C library’s readstat_parser_t. It manages the parser lifecycle (init/free)
via RAII and exposes methods for setting callback handlers, row limits/offsets,
and triggering the actual .sas7bdat parse.
Structs§
- Read
Stat 🔒Parser - Safe RAII wrapper around the
ReadStatC parser (readstat_parser_t).