directcpp-macro

Crates.iodirectcpp-macro
lib.rsdirectcpp-macro
version0.1.9
sourcesrc
created_at2024-04-15 03:36:21.49027
updated_at2024-08-06 14:46:08.504495
descriptionDirect call cpp from Rust (proc-macro)
homepagehttps://github.com/swigger/directcpp
repositoryhttps://github.com/swigger/directcpp
max_upload_size
id1208776
size75,240
(swigger)

documentation

README

Direct call cpp from Rust!

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.

Commit count: 23

cargo fmt