ppx-impl 0.2.1

C-style pre-processor library implementation. See 'ppx' for the library you should use.
Documentation
[dependencies.concat-string]
version = "1.0.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.vfs]
optional = true
version = "0.12.2"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["template-engine", "development-tools", "development-tools::build-utils"]
description = "C-style pre-processor library implementation. See 'ppx' for the library you should use."
edition = "2024"
keywords = ["macro", "pre-processor", "expansion", "preproc"]
license = "MIT OR Apache-2.0"
name = "ppx-impl"
readme = "README.md"
repository = "https://github.com/Jomy10/ppx"
version = "0.2.1"

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

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