Skip to main content

validate_file

Function validate_file 

Source
pub fn validate_file(
    path: &Path,
    options: &ValidateOptions,
) -> Result<FileValidationReport, Error>
Expand description

Validate all messages in a .tgm file.

Uses streaming I/O — only one message is in memory at a time. Detects gaps and trailing bytes between messages.