hoy-protocol 0.1.0

Hoy real-time chat protocol crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# hoy-protocol
[![crates.io](https://img.shields.io/crates/v/hoy-protocol.svg)](https://crates.io/crates/hoy-protocol)
[![docs.rs](https://img.shields.io/docsrs/hoy-protocol)](https://docs.rs/hoy-protocol)

Wire-level protocol defining packets and codec of the hoy app.

## Lib modules

- `codec`: message stream codec
- `error`: protocol error definitions
- `frame_buffer`: wire-level frame buffer
- `packet`: protocol packet definitions