low level bindgen bindings for the libipt library.
clone this repo and the submodules with
git clone https://github.com/sum-catnip/libipt-sys.git --recursive
simply run cargo build
and you should be fine.
If that doesnt work, make sure you got all the requirements covered.
- a working c compiler that can be found by cmake
- cmake 2.8.6+
- maybe rust nightly (im not even sure tbh)