2 unstable releases
0.2.0 | May 12, 2021 |
---|---|
0.1.0 | Apr 14, 2019 |
#135 in Multimedia
42 downloads per month
410KB
10K
SLoC
TsClientlib
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.
License
Licensed under either of
at your option.
lib.rs
:
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.
Dependencies
~15–32MB
~480K SLoC