# skrillax-codec
[](https://crates.io/crates/skrillax-codec)
[](https://docs.rs/skrillax-codec)
`skrillax-codec` 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 partitioning a byte stream into individual frames which can then be handled by a higher layer.
## Documentation
For documentation, please see the [docs.rs page](https://docs.rs/skrillax-codec).
## License
Like the rest of the `skrillax-network` crates, this crate is licensed under the [MIT license](../../LICENSE).