-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README * Update versions * Update changelog * Add README Co-authored-by: tekjar <[email protected]>
- Loading branch information
Showing
8 changed files
with
46 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "benchmarks" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["tekjar <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# mqtt4bytes | ||
|
||
[![crates.io page](https://img.shields.io/crates/v/mqtt4bytes.svg)](https://crates.io/crates/mqtt4bytes) | ||
[![docs.rs page](https://docs.rs/mqtt4bytes/badge.svg)](https://docs.rs/mqtt4bytes) | ||
|
||
This is a low level crate with the ability to assemble and disassemble MQTT 3.1.1/5 | ||
packets and is used by both client and broker. Uses 'bytes' crate internally | ||
|
||
License: Apache-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "rumqttd" | ||
description = "Distributed, embeddable mqtt broker library" | ||
license = "Apache-2.0" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["tekjar <[email protected]>"] | ||
edition = "2018" | ||
keywords = ["mqtt", "broker", "iot", "kafka", "nats"] | ||
|
@@ -18,7 +18,7 @@ name = "rumqttd" | |
path = "src/bin.rs" | ||
|
||
[dependencies] | ||
rumqttlog = { path = "../rumqttlog", version = "0.3"} | ||
rumqttlog = { path = "../rumqttlog", version = "0.4"} | ||
mqttbytes = { path = "../mqttbytes", version = "0.1" } | ||
tokio = { version = "1.0", features = ["full"] } | ||
tokio-rustls = "0.22" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rumqttlog" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["tekjar <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters