trafix-codec 0.1.1

Low-level library for high-performance parsing, encoding, and validation of FIX messages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "trafix-codec"
version = "0.1.1"
description = "Low-level library for high-performance parsing, encoding, and validation of FIX messages."
edition.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true

[dependencies]
bytes.workspace = true
insta.workspace = true
thiserror.workspace = true