third_party_rust_cxx/macro
lubinglun 2047426ea5 Add GN Build Files and Custom Modifications
Issue:https://gitee.com/openharmony/build/issues/I6UFTP
Signed-off-by: lubinglun <lubinglun@huawei.com>
2023-04-12 17:25:56 +08:00
..
src Ignore extra_unused_type_parameters clippy lint in generated code 2023-02-10 19:21:36 -08:00
BUILD.gn Add GN Build Files and Custom Modifications 2023-04-12 17:25:56 +08:00
build.rs Factor out common symlink check build script 2020-10-11 02:36:16 -07:00
Cargo.toml Release 1.0.91 2023-02-15 09:29:18 -08: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.