Hacker News new | ask | show | jobs
by lelanthran 263 days ago
> You can use C++ libraries from Rust.

I doubt it. You can use C libraries from Rust, and emit C libraries in C++.

> because they themselves don't want to learn a new thing or because they don't want their employees spending time learning a new thing.

Whining about others not wanting to learn when you could have learned how Rust FFI works is, really, hilarious :-)

1 comments

A coworker of mine is using CXX in a combined Rust and C++ code base. This is not exotic.