getditto / safer_ffi

Write safer FFI code in Rust without polluting it with unsafe code

Home Page:http://getditto.github.io/safer_ffi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility with C++ vector

EricLBuehler opened this issue · comments

Hello!

This looks like a really cool crate! I want to use my Vec with a C++ API (that I cannot change) that uses the std::vector type. Is this possible to do with this crate?

I'll try to look into that 🙂 In the meantime, you may be interested in the cxx framework which specializes on C++ interop

Ok, thanks.