ts3plugin-sys 0.3.0

FFI bindings to the TeamSpeak3 plugin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ts3plugin-sys"
version = "0.3.0"
authors = ["Flakebi <flakebi@t-online.de>"]
description = "FFI bindings to the TeamSpeak3 plugin API"
repository = "https://github.com/Flakebi/rust-ts3plugin-sys"
documentation = "https://docs.rs/ts3plugin-sys"
readme = "README.md"
keywords = ["ffi", "plugin", "TeamSpeak3", "TS3"]
license = "MIT/Apache-2.0"

[lib]
name = "ts3plugin_sys"

[dependencies]
bitflags = "0.7"