Expand description
Record-level binary decode/encode logic. Record framing facade.
copybook-codec keeps this module as a stable compatibility surface while
delegating fixed-vs-RDW dispatch and framing primitives to the dedicated
copybook-record-io microcrate.
Structs§
- Fixed
Record Reader - Fixed record reader for processing fixed-length records.
- Fixed
Record Writer - Fixed record writer for writing fixed-length records.
- RDWRecord
- An RDW record with header and payload bytes.
- RDWRecord
Reader - RDW (Record Descriptor Word) record reader for variable-length records.
- RDWRecord
Writer - RDW record writer for variable-length records.
Functions§
- read_
record - Read one record from input using the selected record format.
- write_
record - Write one record to output using the selected record format.