opencv-rust
opencv-rust copied to clipboard
Can we have a pub use to let those functions exposed to users like in C++?
Thanks for your great work! I'm curious for one question: Can I use this crate like in C++, with only one macro #include <opencv2/opencv.hpp>
to use all functions, so that I can not be concerned about where the function I want is?
Currently I am thinking of using pub use
. But I am a newbie for rust, I will be happy if you can point me out that my suggestion is not good.