hebo_codec 0.2.1

Packet codec for MQTT protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

# About

![Build status](https://github.com/HeboProject/hebo/actions/workflows/rust.yml/badge.svg)
[![Latest version](https://img.shields.io/crates/v/hebo_codec.svg)](https://crates.io/crates/hebo_codec)
[![Documentation](https://docs.rs/hebo_codec/badge.svg)](https://docs.rs/hebo_codec)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.56+-yellow.svg)
![License](https://img.shields.io/crates/l/hebo_codec.svg)

hebo-codec is used to handle packets in MQTT protocol.

- [Documentation]https://docs.rs/hebo_codec
- [Release notes]https://github.com/HeboProject/hebo/releases


## License
This crate is release with Apache-2.0 [license][LICENSE]