Crates.io | tsclientlib |
lib.rs | tsclientlib |
version | 0.2.0 |
source | src |
created_at | 2019-04-14 20:02:24.735686 |
updated_at | 2021-05-12 19:23:15.684177 |
description | A library to create TeamSpeak clients and bots. |
homepage | |
repository | https://github.com/ReSpeak/tsclientlib |
max_upload_size | |
id | 127958 |
size | 226,729 |
tsclientlib is a library which makes it simple to create TeamSpeak clients and bots.
For a full client application, you might want to have a look at Qint.
If more power over the internals of a connection is needed, the unstable
feature can be
enabled. Beware that functionality behind this feature may change on any minor release.
The base class of this library is the [Connection
]. One instance of this
struct manages a single connection to a server.
Licensed under either of
at your option.