You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr><td>&[u8]</td><td>rust::Slice<uint8_t></td><td>(no other slice types currently supported)</td></tr>
302
303
<tr><td><ahref="https://docs.rs/cxx/0.2/cxx/struct.CxxString.html">CxxString</a></td><td>std::string</td><td><sup><i>cannot be passed by value</i></sup></td></tr>
303
304
<tr><td>Box<T></td><td>rust::Box<T></td><td><sup><i>cannot hold opaque C++ type</i></sup></td></tr>
304
305
<tr><td><ahref="https://docs.rs/cxx/0.2/cxx/struct.UniquePtr.html">UniquePtr<T></a></td><td>std::unique_ptr<T></td><td><sup><i>cannot hold opaque Rust type</i></sup></td></tr>
@@ -316,7 +317,6 @@ matter of designing a nice API for each in its non-native language.
316
317
317
318
<table>
318
319
<tr><th>name in Rust</th><th>name in C++</th></tr>
0 commit comments