Docs.rs
ts3plugin-0.3.1
ts3plugin 0.3.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Flakebi
Dependencies
chrono ^0.4
normal
lazy_static ^1
normal
ts3plugin-sys ^0.5
normal
anyhow ^1
build
serde ^1
build
tera ^1.20.1
build
Versions
51.8%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module plugin
ts3plugin
0.3.1
Module plugin
Module Items
Enums
Traits
In crate ts3plugin
ts3plugin
Module
plugin
Copy item path
Source
Enums
§
Init
Error
Traits
§
Plugin
This trait that has to be implemented by a plugin. To enhance a library to a working TeamSpeak plugin you have to call the macro
create_plugin!
afterwards.