Rust *-sys package for PDAL via PDAL-C. PDAL is a point cloud processing software library.
If PDAL-C is not installed to a default-searched prefix, you might have to set the following environment variables to build/test with cargo:
export BINDGEN_EXTRA_CLANG_ARGS="-I'/path/to/pdal-c/build/include'"
export LIBRARY_PATH=/path/to/pdal-c/build/lib