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

#425 in Build Utils

Download history 118/week @ 2024-11-15 144/week @ 2024-11-22 124/week @ 2024-11-29 228/week @ 2024-12-06 132/week @ 2024-12-13 34/week @ 2024-12-20 38/week @ 2024-12-27 94/week @ 2025-01-03 102/week @ 2025-01-10 139/week @ 2025-01-17 70/week @ 2025-01-24 277/week @ 2025-01-31 204/week @ 2025-02-07 260/week @ 2025-02-14 190/week @ 2025-02-21 148/week @ 2025-02-28

837 downloads per month
Used in 7 crates (via quickfix-msg-gen)

MIT OR Apache-1.1

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.5–2.2MB
~39K SLoC