Expand description
Configuration option types shared across copybook-rs crates.
This crate defines DecodeOptions, EncodeOptions, RecordFormat,
JsonNumberMode, RawMode, and FloatFormat — the common configuration
surface used by the codec and CLI layers.
Structs§
- Decode
Options - Options for decoding operations
- Encode
Options - Options for encoding operations
Enums§
- Codepage
- Codepage identifier for EBCDIC/ASCII character encoding. Character encoding specification
- Float
Format - Floating-point binary format for COMP-1/COMP-2 fields.
- Json
Number Mode - JSON number representation mode
- RawMode
- Raw data capture mode
- Record
Format - Record format specification
- Unmappable
Policy - Policy for handling unmappable characters during codepage conversion. Policy for handling unmappable characters during decode
- Zoned
Encoding Format - Zoned decimal encoding format (ASCII, EBCDIC, or auto-detect). Zoned decimal encoding format specification for round-trip fidelity.