5 releases (breaking)
0.5.0 | Oct 3, 2024 |
---|---|
0.4.0 | Jun 20, 2019 |
0.3.0 | Jan 4, 2017 |
0.2.0 | Aug 15, 2016 |
0.1.0 | Jul 24, 2016 |
#1117 in Web programming
206 downloads per month
Used in ts3plugin
120KB
1.5K
SLoC
TS3Plugin-sys
The documentation can be found here:
A higher level library that depends on this ffi bindings is ts3plugin.
TeamSpeak 3.6 updates the plugin api version to 26.
Version 0.5 is compatible with this version.
TeamSpeak 3.3 updates the plugin api version from 22 to 23.
Version 0.4 is compatible with this version.
TeamSpeak 3.1.1 updates the plugin api version from 21 to 22 but stays backwards compatible so plugins with version 21 can still be loaded.
TeamSpeak 3.1 updates the plugin api version from 20 to 21.
Version 0.2 and 0.3 are compatible with this version while version 0.1 is
compatible with the api version 20.
Usage
Add the following to your Cargo.toml
:
[dependencies]
ts3plugin-sys = "0.5"
License
Licensed under either of
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~105KB