Crates.io | skrillax-protocol |
lib.rs | skrillax-protocol |
version | 0.2.0 |
source | src |
created_at | 2024-06-22 11:55:05.817144 |
updated_at | 2024-10-27 10:53:44.629962 |
description | Macro to build up a protocol for use with skrillax-stream |
homepage | |
repository | https://git.eternalwings.de/tim/skrillax-network |
max_upload_size | |
id | 1280409 |
size | 12,983 |
This crate provides a simple macro, define_protocol!
, which generates a lot of the
boilerplate involved in working with protocols. While it's not inherently complicated
to write that code manually, it becomes quite tedious for several packets and included
other protocols. Please see the docs for more
information and usage information.