xc3_write 0.17.0

xc3_lib binary writing and layout
Documentation
[dependencies.xc3_write_derive]
version = "0.17.0"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.hexlit]
version = "0.5.5"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

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

[package]
authors = ["ScanMountGoat <>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "xc3_lib binary writing and layout"
documentation = "https://docs.rs/xc3_write"
edition = "2021"
license = "MIT"
name = "xc3_write"
readme = "README.md"
repository = "https://github.com/ScanMountGoat/xc3_lib"
version = "0.17.0"

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

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

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

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

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

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

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