↧
Mixing C++ and Rust for Fun and Profit: Part 1
For quite some time, I have been bothered by this thought: Individual programming languages (C++, Rust, Go, etc.) are traditionally viewed as walled gardens. If your main() function is written in C++,...
View ArticleMixing C++ and Rust for Fun and Profit: Part 2
In the beginning, there was C. That sentence actually could serve as the introduction to a multitude of blog posts, all of which would come to the conclusion “legacy programming conventions are...
View ArticleMixing C++ and Rust for Fun and Profit: Part 3
In the two previous posts (Part 1 and Part 2), we looked at how to build bindings between C++ and Rust from scratch. However, while building a binding generator from scratch is fun, it’s not...
View Article