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

#374 in Build Utils

Download history 74/week @ 2024-02-10 39/week @ 2024-02-17 117/week @ 2024-02-24 13/week @ 2024-03-02 18/week @ 2024-03-09 166/week @ 2024-03-16 82/week @ 2024-03-23 72/week @ 2024-03-30 38/week @ 2024-04-06

361 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