7 ms·
Something like the cxx crate[1]? You specify your shared objects between C++ and Rust, and it spits out code for both sides. The guy who maintains it said in t
by Mordak 6y ago
Something like the cxx crate[1]? You specify your shared objects between C++ and Rust, and it spits out code for both sides.
The guy who maintains it said in the reddit thread[2] about this same topic that the Google people have been sending him good PRs, which is presumably related to integrating Rust into Chrome.
[1] https://crates.io/crates/cxx https://crates.io/crates/cxx
[2] https://reddit.com/r/rust/comments/gpdorw/the_chromium_project_finds_that_around_70_of_our/frlds3k/ https://reddit.com/r/rust/comments/gpdorw/the_chromium_proje...