third_party_rust_cxx/gen
David Tolnay 8cfdd7ddd6
Merge pull request #247 from adetaylor/include-guards
Writing include guards around each type.
2020-07-31 19:05:48 -07:00
..
build Remove dependency on proc-macro2/proc-macro feature 2020-05-23 14:58:20 -07:00
cmd Switch cli arg parsing from structopt to clap 2020-07-30 22:41:52 -07:00
src Merge pull request #247 from adetaylor/include-guards 2020-07-31 19:05:48 -07:00
README.md Split cxx runtime and build components 2020-04-29 18:23:14 -07:00

This directory contains CXX's C++ code generator. This code generator has two public frontends, one a command-line application (binary) in the cmd directory and the other a library intended to be used from a build.rs in the build directory.