getditto/safer_ffi

Compatibility with C++ vector

EricLBuehler opened this issue · 2 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.