clang-ast 0.1.27

Data structures for processing Clang's `-ast-dump=json` format
Documentation
[dependencies.foldhash]
version = "0.1"

[dependencies.serde]
version = "1.0.194"

[dev-dependencies.clang-ast-test-suite]
version = "0"

[dev-dependencies.monostate]
version = "0.1"

[dev-dependencies.rustversion]
version = "1.0.13"

[dev-dependencies.serde_derive]
version = "1.0.194"

[dev-dependencies.serde_json]
version = "1.0.99"

[lib]
doc-scrape-examples = false
name = "clang_ast"
path = "src/lib.rs"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "encoding"]
description = "Data structures for processing Clang's `-ast-dump=json` format"
documentation = "https://docs.rs/clang-ast"
edition = "2021"
keywords = ["clang", "c++"]
license = "MIT OR Apache-2.0"
name = "clang-ast"
readme = "README.md"
repository = "https://github.com/dtolnay/clang-ast"
version = "0.1.27"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]

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

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

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