Skip to main content

Crate uls_parser

Crate uls_parser 

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

ParseError
Parser error types.

Type Aliases§

Result
Result type for parser operations.