quickfix-spec-parser

Crates.ioquickfix-spec-parser
lib.rsquickfix-spec-parser
version
sourcesrc
created_at2024-02-12 12:28:42.942124
updated_at2025-02-02 20:10:15.861033
descriptionFIX XML spec file parser / writer
homepage
repositoryhttps://github.com/arthurlm/quickfix-rs
max_upload_size
id1136880
Cargo.toml error:TOML parse error at line 20, column 1 | 20 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Arthur Le Moigne (arthurlm)

documentation

README

QuickFIX XML spec parser

Parse XML FIX spec file to rust struct / enum model.

Check out main github repository for more details.

Commit count: 290

cargo fmt