#team-speak3 #ts3 #command #team-speak #client #messages #protocols

tsproto-commands

Structs for TeamSpeak messages and related resources

1 unstable release

0.1.0 Apr 14, 2019

#11 in #ts3

MIT/Apache

170KB
4K SLoC

tsproto-commands   docs.rs

tsproto-commands lets you deserialize structs from TeamSpeak commands and serialize commands from structs. The crate also contains enums for all errors used in the TeamSpeak protocol and a list of all known versions of the TeamSpeak client, including their signature.

The underlying data files can be found in the tsdeclarations repository.

The contained data may change with any version so the suggested way of referring to this crate is using tsproto-commands = "=0.1.0".

License

Licensed under either of

at your option.


lib.rs:

tsproto-commands lets you deserialize structs from TeamSpeak commands and serialize commands from structs. The crate also contains enums for all errors used in the TeamSpeak protocol and a list of all known versions of the TeamSpeak client, including their signature.

The underlying data files can be found in the tsdeclarations repository.

The contained data may change with any version so the suggested way of referring to this crate is using tsproto-commands = "=0.1.0".

Dependencies

~19–29MB
~496K SLoC