ironfix-codegen 0.1.4

Build-time code generation for IronFix FIX protocol engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ironfix-codegen"
description = "Build-time code generation for IronFix FIX protocol engine"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
ironfix-dictionary.workspace = true
thiserror.workspace = true
serde.workspace = true

[dev-dependencies]