c-ast 0.1.0

C-AST let's you construct C syntax trees in code and write them to a file.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "c-ast"
version = "0.1.0"
dependencies = [
 "indoc",
]

[[package]]
name = "indoc"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"