Lines Matching full:cxx
2 …cxx"><img src="https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&lo…
5 # CXX — safe interop between Rust and C++
10 boundary effectively within this regime. CXX fills in the low level stuff so
18 From a high level description of the language boundary, CXX uses static analysis
28 they please. In addition, CXX provides builtin bindings for key standard library
41 #[cxx::bridge]
67 of <https://github.com/dtolnay/cxx>. To try it out, run `cargo run` from that
70 - [demo/src/main.rs](https://github.com/dtolnay/cxx/blob/master/demo/src/main.rs)
71 - [demo/include/blobstore.h](https://github.com/dtolnay/cxx/blob/master/demo/include/blobstore.h)
72 - [demo/src/blobstore.cc](https://github.com/dtolnay/cxx/blob/master/demo/src/blobstore.cc)
74 The key takeaway, which is enabled by the CXX library, is that the Rust code in