Expand description
Parser for FCC ULS pipe-delimited DAT files.
This crate provides functionality to parse the DAT files extracted from FCC ULS ZIP archives. Each DAT file contains pipe-delimited records with the record type as the first field.
Re-exports§
pub use archive::ZipExtractor;pub use dat::DatReader;pub use dat::ParsedLine;
Modules§
- archive
- ZIP archive handling with streaming support.
- dat
- DAT file parser for pipe-delimited ULS records.
Enums§
- Parse
Error - Parser error types.
Type Aliases§
- Result
- Result type for parser operations.