Registry / build-tool / quickfix-msg-gen

quickfix-msg-gen

JSON →
library0.2.1rscratesunverified

FIX code generator from XML spec file.

# Cargo.toml [dependencies] quickfix-msg-gen = "0.2.1"
INSTALL
IMPORT
SIG · QUICKFIX-MSG-GEN
Q
quickfix-msg-gen
build-toolrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

generate
use quickfix_msg_gen::generate;

Generates Rust code from a FIX XML specification.

use quickfix_msg_gen::generate; let xml = "<fix>...</fix>"; let code = generate(xml).unwrap(); println!("{}", code);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
quickfix-msg-gen — cargo add quickfix-msg-gen · libregistry