copybook-rdw-predicates
Single-responsibility microcrate for the RDW ASCII-digit header heuristic.
This crate contains the shared byte-level predicate used to quickly detect length-byte corruption patterns in RDW headers. It intentionally stays narrow:
rdw_is_suspect_ascii_corruptionchecks whether RDW length bytes look like ASCII digits.rdw_is_suspect_ascii_corruption_sliceapplies the same predicate to a variable-length byte slice with bounds guarding.