TS3Plugin-sys   [](https://crates.io/crates/ts3plugin-sys)
=============
The documentation can be found here: [](https://docs.rs/ts3plugin-sys)
A higher level library that depends on this ffi bindings is [ts3plugin](https://github.com/Flakebi/rust-ts3plugin).
TeamSpeak 3.1 updates the plugin api version from 20 to 21.
Version 0.2 and above are compatible with this version while version 0.1 is
compatible with the api version 20.
Usage
-----
Add the following to your `Cargo.toml`:
```toml
[dependencies]
ts3plugin-sys = "0.3"
```
License
-------
Licensed under either of
* [Apache License, Version 2.0](LICENSE-APACHE)
* [MIT license](LICENSE-MIT)
at your option.