项目作者: hyphent

项目描述 :
MQTTv5 codec implemented for Rust and tokio-codec
高级语言: Rust
项目地址: git://github.com/hyphent/mqtt-codec.git
创建时间: 2021-01-08T12:29:26Z
项目社区:https://github.com/hyphent/mqtt-codec

开源协议:

下载


MQTT Codec

This is a MQTTv5 codec written in Rust for tokio-codec

Features

  • MQTT version 5.0 codec
  • QoS 0, 1, and 2
  • All types of packets with properties and reason codes

    Getting Started

    Add MQTT Codec to your Cargo.toml file as a dependency:
    1. mqtt-codec = { git = "https://github.com/hyphent/mqtt-codec" }