14 lines
856 B
Plaintext
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
|