| Crates.io | directcpp-macro |
| lib.rs | directcpp-macro |
| version | 0.1.13 |
| created_at | 2024-04-15 03:36:21.49027+00 |
| updated_at | 2025-08-12 08:13:07.572761+00 |
| description | Direct call cpp from Rust (proc-macro) |
| homepage | https://github.com/swigger/directcpp |
| repository | https://github.com/swigger/directcpp |
| max_upload_size | |
| id | 1208776 |
| size | 78,791 |
directcpp is yet another method to interop c++ with rust.
It's designed to be lightweight, efficient, MSVC-friendly, no cpp side code generation, work with outer c++ build tools like visual studio.
If you're looking for a way to work with c++ and rust with Visual Studio, directcpp might be the result.
This is the proc-macro project. Read main README.md for more.