android13/external/rust/cxx/book/diagram/overview.ascii

14 lines
856 B
Plaintext

.-----------------------------.
| #[cxx::bridge] mod |
| description of boundary |
'--------------+--------------'
|
|
"Macro expansion" | "Code generation"
+---------------+---------------+
Safe | |
straightforward v v Straightforward
"Rust APIs".----------------. "Hidden C ABI".---------------. "C++ APIs"
Rust <----------->| "Rust bindings"|<~~~~~~~~~~~~~>| "C++ bindings"|<-----------> "C++"
code '----------------' '---------------' code