tsclientlib is a library which makes it simple to create TeamSpeak clients and bots.
If you want a full client application, you might want to have a look at [Qint].
The base class of this library is the [Connection
]. One instance of this
struct manages a single connection to a server.
The futures from this library must be run in a tokio threadpool, so they
can use tokio_threadpool::blocking
.
Licensed under either of
at your option.