alberto

Results 12 comments of alberto

I'm getting exactly the same error trying to bindgen this C++ library: https://github.com/ShiqiYu/libfacedetection I'm running this command: ```bash bindgen facedetectcnn.h --allowlist-type=CDataBlob --allowlist-type=FaceRect --allowlist-type=ConvInfoStruct --allowlist-type=Filters --allowlist-function=objectdetect_cnn --default-non-copy-union-style=manually_drop -- -x c++ >...

`use log::{warn, debug};` is present in the toplevel module, but not in the `bindings` submodule.