Expand description
Shared utility functions for the parser crate.
Contains internal helpers (string truncation) and public pipeline utilities
(compress_log, content_hash) shared by all consumers of parsed log data.
Functions§
- compress_
log - Gzip-compress scrubbed log text into a byte buffer.
- content_
hash - Compute the SHA-256 hex digest of compressed payload bytes.