Crates.io | skrillax-stream |
lib.rs | skrillax-stream |
version | 0.2.0 |
source | src |
created_at | 2024-06-22 11:51:16.936156 |
updated_at | 2024-10-27 10:52:50.784103 |
description | Combines skrillax-network crates to work nicely on top of a tokio tcp stream |
homepage | |
repository | https://git.eternalwings.de/tim/skrillax-network |
max_upload_size | |
id | 1280404 |
size | 36,319 |
This is the high-level (tcp) stream implementation for working with Silkroad Online connections. It is built on top
of the other crates (skrillax-packet
, skrillax-codec
, skrillax-serde
, skrillax-security
) from the
skrillax-network
family of creates.
Additionally, it provides the initialization handshake for both the server and client party, whichever applies.