copybook-core 0.4.3

Core COBOL copybook parser, schema, and validation primitives.
Documentation
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: AGPL-3.0-or-later
//! Structured error reporting re-exports.
//!
//! This module is retained for backward compatibility.

pub use copybook_error_reporter::{
    ErrorMode, ErrorReport, ErrorReporter, ErrorSeverity, ErrorSummary,
};