Crates.io | cxxbridge-macro |
lib.rs | cxxbridge-macro |
version | 1.0.186 |
created_at | 2020-01-08 16:51:00.546848+00 |
updated_at | 2025-09-25 04:18:16.848525+00 |
description | Implementation detail of the `cxx` crate. |
homepage | https://cxx.rs |
repository | https://github.com/dtolnay/cxx |
max_upload_size | |
id | 196618 |
size | 363,877 |
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.