1 2 3 4 5 6 7 8
# Setup ## Dependencies (sudo apt) install libcwiid-dev<br> (sudo apt) install libbluetooth-dev<br> (cargo) install bindgen-cli<br> ## Bindgen bindgen include/cwiid.h -o src/bindings.rs