Expand description
Zero-copy FIX message decoder.
This module provides a high-performance decoder that parses FIX messages without allocating memory for field values. Field values are returned as references to the original buffer.
Structs§
- Decoder
- Zero-copy FIX message decoder.