5 releases

new 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

#395 in Build Utils

Download history 88/week @ 2024-06-23 9/week @ 2024-06-30 56/week @ 2024-07-07 274/week @ 2024-07-14 262/week @ 2024-07-21 193/week @ 2024-07-28 200/week @ 2024-08-04 206/week @ 2024-08-11 144/week @ 2024-08-18 179/week @ 2024-08-25 119/week @ 2024-09-01 198/week @ 2024-09-08 150/week @ 2024-09-15 378/week @ 2024-09-22 275/week @ 2024-09-29 204/week @ 2024-10-06

1,024 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
~41K SLoC