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

#472 in Build Utils

Download history 190/week @ 2024-08-24 122/week @ 2024-08-31 183/week @ 2024-09-07 160/week @ 2024-09-14 354/week @ 2024-09-21 289/week @ 2024-09-28 217/week @ 2024-10-05 437/week @ 2024-10-12 123/week @ 2024-10-19 172/week @ 2024-10-26 171/week @ 2024-11-02 166/week @ 2024-11-09 124/week @ 2024-11-16 137/week @ 2024-11-23 136/week @ 2024-11-30 215/week @ 2024-12-07

634 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