# skrillax-packet [![Crates.io](https://img.shields.io/crates/v/skrillax-packet.svg)](https://crates.io/crates/skrillax-packet) [![Docs.rs](https://docs.rs/skrillax-packet/badge.svg)](https://docs.rs/skrillax-packet) `skrillax-packet` is part of the [`skrillax-network`](https://git.eternalwings.de/tim/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 defining packets to be used in a connection, as well as going from / to individual frames. ## Documentation For documentation, please see the [docs.rs page](https://docs.rs/skrillax-packet). ## License Like the rest of the `skrillax-network` crates, this crate is licensed under the [MIT license](../../LICENSE).