Module rs_parser

Module rs_parser 

Source
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§

ReadStatParser 🔒
Safe RAII wrapper around the ReadStat C parser (readstat_parser_t).