ppx 0.1.0

C-style pre-processor library
Documentation
[dependencies.concat-string]
version = "1.0.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.thiserror]
version = "2.0.17"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "C-style pre-processor library"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "ppx"
readme = "README.md"
version = "0.1.0"

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