Skip to main content

Crate copybook_corruption

Crate copybook_corruption 

Source
Expand description

Transfer-corruption detection façade.

This crate keeps a narrow public surface: all corruption heuristics are delegated to dedicated microcrates and re-exported here for stable call sites.

Functions§

detect_ebcdic_corruption
Detect potential EBCDIC corruption in text fields.
detect_packed_corruption
Detect patterns in packed decimal that suggest corruption.
detect_rdw_ascii_corruption
Heuristics for detecting ASCII transfer corruption in RDW headers.