fix44-forge-helpers 0.2.0

Zero-allocation, high-performance helper functions for FIX 4.4 protocol parsing and serialization
Documentation
[[bench]]
harness = false
name = "reading_benchmarks"
path = "benches/reading_benchmarks.rs"

[[bench]]
harness = false
name = "writing_benchmarks"
path = "benches/writing_benchmarks.rs"

[dev-dependencies.criterion]
version = "0.7"

[lib]
name = "fix44_forge_helpers"
path = "src/lib.rs"

[package]
authors = ["Raul Gherman <raul.gherman@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "encoding", "network-programming"]
description = "Zero-allocation, high-performance helper functions for FIX 4.4 protocol parsing and serialization"
documentation = "https://docs.rs/fix44-forge-helpers"
edition = "2024"
exclude = ["target/", "benches/target/"]
homepage = "https://github.com/raul-gherman/fix44-forge-helpers"
keywords = ["fix", "protocol", "parsing", "serialization", "finance"]
license = "MIT OR Apache-2.0"
name = "fix44-forge-helpers"
readme = "README.md"
repository = "https://github.com/raul-gherman/fix44-forge-helpers"
rust-version = "1.89"
version = "0.2.0"

[target."cfg(not(unix))".dependencies]

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[[test]]
name = "comprehensive_tests"
path = "tests/comprehensive_tests.rs"