Skip to main content

Module record

Module record 

Source
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§

FixedRecordReader
Fixed record reader for processing fixed-length records.
FixedRecordWriter
Fixed record writer for writing fixed-length records.
RDWRecord
An RDW record with header and payload bytes.
RDWRecordReader
RDW (Record Descriptor Word) record reader for variable-length records.
RDWRecordWriter
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.