Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
172 contributions in the last year
Contribution activity
August 2020
Created an issue in dtolnay/cxx that received 5 comments
Passing std::string by value when calling Rust -> C++
cxx cannot currently cope with:
#[cxx::bridge]
mod ffi { extern "C" { fn HandleString(foo: CxxString) -> bool; }
}
It says:
error[cxxbridge]: passi…
5
comments