getditto/safer_ffi

Consider implementing #[ReprC::opaque] on most stdlib types

TheButlah opened this issue · 0 comments

Re: #128

It was suggested that maybe safer-ffi could implement #[ReprC::opaque] on most stdlib types. This would allow us to use them behind references in FFI, even if the types themselves are not value-safe.

For example, std::string::String can be passed by reference.