truefix-core
Runtime-agnostic FIX field/message model and tag-value codec.
Current scope
Field,FieldMap,Group, andMessage;- encode/decode with
BeginString,BodyLength, and three-digitCheckSumvalidation; - frame-length detection, bounded resynchronization, and group-aware decoding;
- typed field accessors, message factories, and
MessageCrackerdispatch.
This crate does not own sockets, schedules, persistence, or session state.
For a normal engine integration, start with the truefix
facade crate. Source and examples are in the
workspace guide.