Expand description
Protocol debugging and wire format inspection utilities.
Used by both the CLI client and mock server for detailed logging.
Structs§
- Decoded
Message - A decoded FinTS message ready for human display.
- Decoded
Segment - A decoded FinTS segment ready for display.
Enums§
- Verbosity
Level - Controls how much detail is emitted in formatted output.
Functions§
- decode_
message - Parse raw bytes into a
DecodedMessage. - format_
decoded - Produce a human-readable multi-line string for a
DecodedMessage. - format_
wire_ log - Combine a label + optional hex dump + decoded segments.
- hex_
dump - Classic hex dump: 16 bytes per line, offset | hex | ascii.