forked from rust-rocksdb/rust-rocksdb
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use bindgen to auto generate FFI #381
Comments
I would like to try it ~ |
Please mind that the upstream c.cc has an issue where it will return incorrect bloom filter:facebook/rocksdb#6129 The issue was fixed in our c.cc. I'm not sure if our fork has more fixes not included upstream. cc @Connor1996 @fredchenbj |
Oh, seems we should take a careful look at the difference when updating c.cc @fredchenbj |
I make some general illustrations about this task here:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/rust-lang/rust-bindgen
Also, notice that https://github.com/rust-rocksdb/rust-rocksdb is already using
bindgen
, maybe we can rebase to it and add what we need.The text was updated successfully, but these errors were encountered: