breezykermo / oak

1 stars 0 forks source link

38 implement search for the acorn index #39

Open breezykermo opened 4 days ago

breezykermo commented 4 days ago

Closes #38.

breezykermo commented 3 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?)