ts3plugin-sys 0.5.0

FFI bindings to the TeamSpeak3 plugin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! The low-level rust bindings of the TeamSpeak3 plugin API.
//! The original SDK and documentation can be downloaded from
//! the [TeamSpeak website](https://www.teamspeak.com/en/downloads/).

#[macro_use]
extern crate bitflags;

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