Available on crate feature
std only.Expand description
Encoding and decoding utilities for ISO 8583 messages
Supports multiple encoding formats:
- ASCII: Standard text encoding
- BCD (Binary Coded Decimal): Compact numeric encoding
- EBCDIC: IBM mainframe encoding (less common)
Enums§
- Encoding
- Encoding format for ISO 8583 messages
Functions§
- decode_
ascii - Decode ASCII bytes to string
- decode_
bcd - Decode BCD to numeric string
- decode_
ebcdic - Decode EBCDIC bytes to string
- decode_
length - Decode length indicator
- encode_
ascii - Encode string to ASCII bytes
- encode_
bcd - Encode numeric string to BCD
- encode_
ebcdic - Encode string to EBCDIC bytes
- encode_
length - Encode length indicator (for LLVAR and LLLVAR fields)