mongo-rust-driver/mongo_c_driver_wrapper
Thijs Cadier f18fde5c77 Add clang include dir detection and override
On some systems the clang include directory cannot be found. This
adds the path detected by bindgen's get_include_dir and a manual
override via an env var.

Thanks to @zerosign for reporting and proposing a solution.
..
src Initial version
Cargo.toml Initial version
build.rs Add clang include dir detection and override