Expand description
Validation of tensogram messages and files.
Provides validate_message() for checking a single message buffer and
validate_file() for checking all messages in a .tgm file, including
detection of truncated or garbage bytes between messages.
Re-exports§
pub use self::types::*;
Modules§
- types
- Types for the validation API.
Functions§
- validate_
buffer - Validate all messages in a byte buffer (may contain multiple messages).
- validate_
file - Validate all messages in a
.tgmfile. - validate_
message - Validate a single message buffer.