cxx/macro
David Tolnay 3ea1e9f654
Raise required compiler to rust 1.67
Required by recent versions of the cc crate.

    error: package `cc v1.0.106` cannot be built because it requires rustc 1.67 or newer, while the currently active rustc version is 1.63.0
2024-07-08 20:38:37 -07:00
..
src Raise required compiler to rust 1.67 2024-07-08 20:38:37 -07:00
build.rs Factor out common symlink check build script 2020-10-11 02:36:16 -07:00
Cargo.toml Raise required compiler to rust 1.67 2024-07-08 20:38:37 -07: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.