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.