copybook-corruption 0.4.3

Transfer-corruption detection microcrate for codec heuristics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# copybook-corruption

Transfer-corruption detection façade crate.

This crate re-exports the focused detector microcrates used by higher-level codec
logic:

- `copybook-corruption-detectors` for packed-decimal and EBCDIC detector bodies.
- `copybook-corruption-rdw` for RDW ASCII corruption heuristics.

It keeps a compact public API while preserving existing callsites that depend on
`copybook-corruption` directly.