buttplug 5.1.0

Buttplug Intimate Hardware Control Library
Documentation
1
2
3
4
5
6
7
8
9
10
fn main() {
  prost_build::compile_protos(
    &[
      "src/device/protocol/thehandy/protocomm.proto",
      "src/device/protocol/thehandy/handyplug.proto",
    ],
    &["src/device/protocol/thehandy"],
  )
  .expect("These will always compile or we shouldn't be building.");
}