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
//! The low-level rust bindings of the TeamSpeak3 plugin API.
//! The original SDK and documentation can be downloaded from
//! the [TeamSpeak website](http://www.teamspeak.com/?page=downloads).

#[macro_use]
extern crate bitflags;

pub mod clientlib_publicdefinitions;
pub mod plugin_definitions;
pub mod public_definitions;
pub mod public_errors;
pub mod ts3functions;