cbindgen icon indicating copy to clipboard operation
cbindgen copied to clipboard

Problems when I use it together with the bindgen.

Open fslongjin opened this issue 3 years ago • 0 comments

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!

fslongjin avatar Nov 12 '22 06:11 fslongjin