cxx/macro
2020-09-21 18:36:26 -04:00
..
src Fix return Result<Box<T>> from Rust to C++ 2020-09-21 18:22:37 -04:00
build.rs Detect when symlink not enabled 2020-09-11 10:39:55 -07:00
Cargo.toml Release 0.4.6 2020-09-21 18:36:26 -04:00
LICENSE-APACHE Link license files into subcrate packages 2020-03-07 11:18:11 -08:00
LICENSE-MIT Link license files into subcrate packages 2020-03-07 11:18:11 -08:00
README.md Split cxx runtime and build components 2020-04-29 18:23:14 -07:00

This directory contains CXX's Rust code generator, which is a procedural macro. Users won't depend on this crate directly. Instead they'll invoke its macro through the reexport in the main cxx crate.