blob: d00b98fc0f66a8b0eacdc5e3b56fe5502c8177e8 [file] [log] [blame] [view]
David Tolnayf8ed0732020-04-29 12:34:47 -07001This directory contains CXX's C++ code generator. This code generator has two
2public frontends, one a command-line application (binary) in the *cmd* directory
3and the other a library intended to be used from a build.rs in the *build*
4directory.
Adrian Taylorc904f8a2020-10-15 21:10:55 -07005
David Tolnay33b1ae92020-10-16 13:11:17 -07006There's also a 'lib' frontend which is intended to allow higher level code
7generators to embed cxx. This is not yet recommended for general use.