| David Tolnay | f8ed073 | 2020-04-29 12:34:47 -0700 | [diff] [blame] | 1 | This directory contains CXX's C++ code generator. This code generator has two |
| 2 | public frontends, one a command-line application (binary) in the *cmd* directory |
| 3 | and the other a library intended to be used from a build.rs in the *build* |
| 4 | directory. |
| Adrian Taylor | c904f8a | 2020-10-15 21:10:55 -0700 | [diff] [blame] | 5 | |
| David Tolnay | 33b1ae9 | 2020-10-16 13:11:17 -0700 | [diff] [blame] | 6 | There's also a 'lib' frontend which is intended to allow higher level code |
| 7 | generators to embed cxx. This is not yet recommended for general use. |