Open breezykermo opened 4 days ago
Making progress; but the C++ thread is still crashing when I give it the filter_id_map
. I need to think harder about the FFI interface. (Is a raw ptr to a Vec<i8>
sufficient to model the char *
? Or do I need to recreate it more accurately in Rust before sending it over the wire?)
Closes #38.