6 releases
0.1.6 | Feb 2, 2025 |
---|---|
0.1.5 | Oct 13, 2024 |
0.1.4 | Mar 21, 2024 |
0.1.3 | Feb 13, 2024 |
#422 in Build Utils
804 downloads per month
Used in 7 crates
(via quickfix-msg-gen)
30KB
718 lines
QuickFIX XML spec parser
Parse XML FIX spec file to rust struct / enum model.
Check out main github repository for more details.
lib.rs
:
FIX XML file spec parser. *
- Allow reading official FIX XML dictionary and convert it to a struct / enum model.
- NOTE This crate is not a code generator. It only help having a clear representation of what FIX dictionary are.
Dependencies
~1.6–2.2MB
~40K SLoC