skrillax-codec 0.1.1

A framing codec for Silkroad Online network packets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# skrillax-codec

[![Crates.io](https://img.shields.io/crates/v/skrillax-codec.svg)](https://crates.io/crates/skrillax-codec)
[![Docs.rs](https://docs.rs/skrillax-codec/badge.svg)](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).