tikv / rust-rocksdb

rust wrapper for rocksdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFI bindings file generated by bindgen never used actually ?

mzygQAQ opened this issue · comments

I found that there are two sets of FFI bindings in the project, namely bindings/xx-linux-gnu-binding. rs and src/lib. rs, but there are some differences between the two, so I am a bit confused.

Currently, the binding generated by bindgen is not actually working, is it? If we want to add something, we should still need to manually add the binding in lib.rs, right?

Yes, the bindgen is never used

Got it , thank you !