D in the KDAB blog: using D as a glue language between C++ and Rust

Walter Bright newshound2 at digitalmars.com
Fri Dec 8 01:31:33 UTC 2023


On 12/7/2023 11:10 AM, Chris J wrote:
> Today, I stumbled on a blog post where someone used D as a glue language between 
> C++ and Rust, by using the C++ linkage functionality to call C++ code and the 
> ability to manually override the name mangling using `pragma(mangle, "…")` to 
> call Rust code.
> 
> https://www.kdab.com/mixing-c-and-rust-for-fun-and-profit-part-1/

https://news.ycombinator.com/newest


More information about the Digitalmars-d mailing list