Expand description
§IronFix Tag-Value
Zero-copy FIX tag=value encoding and decoding for the IronFix engine.
This crate provides high-performance parsing and serialization of FIX messages using the standard tag=value format with SOH (0x01) delimiters.
§Features
- Zero-copy parsing: Field values reference the original buffer
- SIMD-accelerated: Uses
memchrfor fast delimiter search - Checksum calculation: Optimized checksum computation
Re-exports§
pub use checksum::calculate_checksum;pub use decoder::Decoder;pub use encoder::Encoder;
Modules§
Structs§
- RawMessage
- Zero-copy view into a FIX message buffer.