ts-bookkeeping

Crates.iots-bookkeeping
lib.rsts-bookkeeping
version0.1.0
sourcesrc
created_at2021-05-12 19:16:58.980048
updated_at2021-05-12 19:16:58.980048
descriptionStructs to store the state of a TeamSpeak server, with its clients and channels.
homepage
repositoryhttps://github.com/ReSpeak/tsclientlib/tree/master/utils/ts-bookkeeping
max_upload_size
id396640
size102,062
Sebastian Neubauer (Flakebi)

documentation

README

ts-bookkeeping docs.rs

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.

License

Licensed under either of

at your option.

Commit count: 521

cargo fmt