rust-cpp
rust-cpp copied to clipboard
Embed C++ directly inside your rust code!
Results
22
rust-cpp issues
Sort by
recently updated
recently updated
newest added
From the example provided, I know that you can include other libraries in the C++ blocks: ```rs cpp!{{ #include }} ``` I'm wondering if it is possible to use things...
Hi, I ran into an issue where my project builds fine once, but then subsequent builds fail with errors like: ``` error: This cpp! macro is not found in the...