4 releases

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

#293 in Build Utils

Download history 43/week @ 2024-02-07 55/week @ 2024-02-14 50/week @ 2024-02-21 92/week @ 2024-02-28 14/week @ 2024-03-06 13/week @ 2024-03-13 210/week @ 2024-03-20 55/week @ 2024-03-27 70/week @ 2024-04-03 47/week @ 2024-04-10 73/week @ 2024-04-17 78/week @ 2024-04-24 49/week @ 2024-05-01 80/week @ 2024-05-08

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

MIT OR Apache-1.1

29KB
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.3MB
~43K SLoC