mirror of
https://github.com/buttplugio/buttplug
synced 2024-11-10 06:34:16 +00:00
No description
.github | ||
.vscode | ||
buttplug | ||
buttplug_derive | ||
images | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
Buttplug
A Rust implementation of the Buttplug Intimate Hardware Control Protocol, including a client and server. This is the core implementation of Buttplug.
This repo is a monorepo with multiple projects, including:
- buttplug - Rust implementation of the Buttplug protocol spec
- buttplug-schema - JSON schema for the Buttplug protocol spec
- buttplug-device-config - Device configuration file for buttplug (where we store all of the device identifiers)
- buttplug_derive - Procedural macros used by the buttplug rust library.
For information about compiling and using these libraries, please check the README files in their directories.
For a list of applications using Buttplug, see the awesome-buttplug repo.
Other Language Implementations
See the awesome-buttplug repo for a full list of implementations.