|
|
|
|
|
by sargun
2757 days ago
|
|
One of the nice aspects of D is that it interfaces with C++ really nicely. I'm not overly familiar with how Rust handles this, as the last time I tried to glue together Rust and C++ was more than a year ago, and the tooling was in evolution. From Go / CGo, it can be pretty scary to interface with native C++ code, and it requires lots of annoying boilerplate. |
|
https://hsivonen.fi/modern-cpp-in-rust/