Lines Matching full:cxx
5 from the other language, the generally applicable approaches outside of the CXX
62 The CXX project attempts a different approach to C++ FFI.
82 You should think of the `cxx` crate as being the midpoint of the Rust–C++
99 ## Role of CXX
101 The role of CXX is to capture the language boundary with more fidelity than what
102 `extern "C"` is able to represent. You can think of CXX as being a replacement
105 From this perspective, CXX is a lower level tool than the bindgens. Just as
107 about higher level tools built on top of CXX. Such a tool might consume a C++
109 safe cxx::bridge language boundary, leveraging CXX's static analysis and
112 way that CXX on its own is.
116 But note in other ways CXX is higher level than the bindgens, with rich support
117 for common standard library types. CXX's types serve as an intuitive vocabulary