Crates.io | skrillax-codec |
lib.rs | skrillax-codec |
version | 0.1.1 |
source | src |
created_at | 2024-04-21 13:09:34.862085 |
updated_at | 2024-04-28 19:27:36.191715 |
description | A framing codec for Silkroad Online network packets. |
homepage | |
repository | https://git.eternalwings.de/tim/skrillax-network |
max_upload_size | |
id | 1215352 |
size | 20,318 |
skrillax-codec
is part of the skrillax-network
family of
crates for handling the network part of communication between a Silkroad Online client and/or server. This crate
specifically deals with partitioning a byte stream into individual frames which can then be handled by a higher layer.
For documentation, please see the docs.rs page.
Like the rest of the skrillax-network
crates, this crate is licensed under the MIT license.