Crates.io | ts-bookkeeping |
lib.rs | ts-bookkeeping |
version | 0.1.0 |
source | src |
created_at | 2021-05-12 19:16:58.980048 |
updated_at | 2021-05-12 19:16:58.980048 |
description | Structs to store the state of a TeamSpeak server, with its clients and channels. |
homepage | |
repository | https://github.com/ReSpeak/tsclientlib/tree/master/utils/ts-bookkeeping |
max_upload_size | |
id | 396640 |
size | 102,062 |
ts-bookkeeping
contains structs to store the state of a TeamSpeak server, with its clients and
channels.
The crate can be used to keep track of the state on a server by processing all incoming commands, which is why it is called “bookkeeping”. It also contains generated structs for all TeamSpeak commands.
Incoming commands can be applied to the state and generate [events
]. The main struct is
[data::Connection
].
The structs have methods to create packets for various actions. The generated packets can be sent to a server.
Licensed under either of
at your option.