cxx-gen 0.7.72

C++ code generator for integrating `cxx` crate into higher level tools.
Documentation
[dependencies.codespan-reporting]
version = "0.11"

[dependencies.proc-macro2]
default-features = false
features = ["span-locations"]
version = "1.0.39"

[dependencies.quote]
default-features = false
version = "1.0"

[dependencies.syn]
default-features = false
features = ["parsing", "printing", "clone-impls", "full"]
version = "1.0.95"

[package]
authors = ["Adrian Taylor <adetaylor@chromium.org>"]
categories = ["development-tools::ffi"]
description = "C++ code generator for integrating `cxx` crate into higher level tools."
edition = "2018"
exclude = ["build.rs"]
keywords = ["ffi"]
license = "MIT OR Apache-2.0"
name = "cxx-gen"
repository = "https://github.com/dtolnay/cxx"
rust-version = "1.48"
version = "0.7.72"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]