5 releases

0.1.5 Oct 13, 2024
0.1.4 Mar 21, 2024
0.1.3 Feb 13, 2024
0.1.1 Feb 12, 2024
0.1.0 Feb 12, 2024

#475 in Build Utils

Download history 200/week @ 2024-09-11 162/week @ 2024-09-18 409/week @ 2024-09-25 247/week @ 2024-10-02 430/week @ 2024-10-09 159/week @ 2024-10-16 148/week @ 2024-10-23 141/week @ 2024-10-30 209/week @ 2024-11-06 129/week @ 2024-11-13 132/week @ 2024-11-20 128/week @ 2024-11-27 168/week @ 2024-12-04 194/week @ 2024-12-11 79/week @ 2024-12-18 17/week @ 2024-12-25

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

MIT OR Apache-1.1

30KB
710 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