cxx/gen
2020-10-08 16:14:53 -07:00
..
build Use Cargo's build script metadata feature to make reliable include dirs 2020-10-08 16:14:53 -07:00
cmd Fix behavior of --include and --output flags 2020-10-03 23:24:42 -07:00
lib Release 0.4.6 2020-09-21 18:36:26 -04:00
src Move <type_traits> include to the place its functions are used 2020-10-04 20:01:00 -07:00
README.md Adding library for high-level code generators. 2020-08-21 23:27:29 -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.