copybook-codec 0.4.3

Deterministic COBOL copybook codec for EBCDIC/ASCII fixed and RDW records.
Documentation
1
2
3
4
5
6
// SPDX-License-Identifier: AGPL-3.0-or-later
//! Zoned decimal overpunch API.
//!
//! This module re-exports from `copybook-overpunch` for backward compatibility.

pub use copybook_overpunch::*;