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

#287 in Build Utils

Download history 87/week @ 2024-02-12 29/week @ 2024-02-19 121/week @ 2024-02-26 8/week @ 2024-03-04 19/week @ 2024-03-11 181/week @ 2024-03-18 64/week @ 2024-03-25 73/week @ 2024-04-01 47/week @ 2024-04-08 51/week @ 2024-04-15 86/week @ 2024-04-22 63/week @ 2024-04-29 67/week @ 2024-05-06 96/week @ 2024-05-13

312 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
~42K SLoC