| David Tolnay | f8ed073 | 2020-04-29 12:34:47 -0700 | [diff] [blame^] | 1 | This directory contains CXX's Rust code generator, which is a procedural macro. |
| 2 | Users won't depend on this crate directly. Instead they'll invoke its macro | ||||
| 3 | through the reexport in the main `cxx` crate. | ||||