Expand description
Fixed-length record framing primitives.
This crate intentionally focuses on one concern: reading and writing LRECL-framed records with deterministic padding and structured error mapping.
Use FixedRecordReader to consume fixed-length records from a byte stream
and FixedRecordWriter to produce them with automatic null-byte padding.
Structsยง
- Fixed
Record Reader - Fixed record reader for processing fixed-length records.
- Fixed
Record Writer - Fixed record writer for writing fixed-length records.