cbindgen
cbindgen copied to clipboard
Problems when I use it together with the bindgen.
Hello, I'm using cbindgen and bindgen to generate bindings for my project.
The project is previously written in C, but now I want to introduce Rust to it.
The problem is, when I use it together with the binden, how can I set the cbindgen to ignore the bindings.rs generated by the binden?
Now I found that the cbindgen generates C bindings for those functions which actually written in C!
Thank you!