{"id":17911155,"url":"https://github.com/toddtreece/mqtt-packet-rs","last_synced_at":"2025-06-13T10:09:37.996Z","repository":{"id":57640913,"uuid":"213089841","full_name":"toddtreece/mqtt-packet-rs","owner":"toddtreece","description":"A MQTT v5.0 packet parser and generator written in Rust.","archived":false,"fork":false,"pushed_at":"2020-03-08T13:30:12.000Z","size":101,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T10:08:34.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toddtreece.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-10-06T00:38:09.000Z","updated_at":"2022-03-11T03:07:52.000Z","dependencies_parsed_at":"2022-09-05T07:40:27.959Z","dependency_job_id":null,"html_url":"https://github.com/toddtreece/mqtt-packet-rs","commit_stats":null,"previous_names":["toddtreece/mqtt-packet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/toddtreece/mqtt-packet-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddtreece%2Fmqtt-packet-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddtreece%2Fmqtt-packet-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddtreece%2Fmqtt-packet-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddtreece%2Fmqtt-packet-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toddtreece","download_url":"https://codeload.github.com/toddtreece/mqtt-packet-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddtreece%2Fmqtt-packet-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259624737,"owners_count":22886330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T19:37:02.615Z","updated_at":"2025-06-13T10:09:37.949Z","avatar_url":"https://github.com/toddtreece.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mqtt-packet [![Build Status](https://travis-ci.org/toddtreece/mqtt-packet.svg?branch=master)](https://travis-ci.org/toddtreece/mqtt-packet) [![codecov](https://codecov.io/gh/toddtreece/mqtt-packet/branch/master/graph/badge.svg)](https://codecov.io/gh/toddtreece/mqtt-packet) [![Crates.io](https://img.shields.io/crates/v/mqtt-packet.svg)](https://crates.io/crates/mqtt-packet)\n\nA [MQTT v5.0][mqtt] packet parser and generator written in [Rust][rust]. This crate is primarily a learning project, and is unstable due to active development.\n\nSome of the goals of this project are:\n* Write a parser/generator using only the [MQTT v5.0 specification][mqtt] as a reference.\n* Do not reference any existing MQTT libraries in any language during development.\n* Avoid using external dependencies if possible.\n* Keep up with test coverage and documentation during development.\n* Avoid using heap, i.e., [String] and [Vec]. This should make it easier to use in embedded clients.\n  * *Update:* This one is on hold for the MVP. v2.0 will likely need to support the [no_std]\n  environment to work on , so this is going to be a larger effort than removing `String` and `Vec`.\n  I don't currently have time to refactor the existing code, and for the MVP done is better than perfect. \n* Probably some other stuff that I have forgotten...\n\n## License\nCopyright (c) 2019 Todd Treece. Licensed under the MIT license.\n\n[mqtt]: https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html\n[rust]: https://www.rust-lang.org/\n[String]: https://doc.rust-lang.org/std/string/struct.String.html\n[Vec]: https://doc.rust-lang.org/std/vec/struct.Vec.html\n[no_std]: https://rust-embedded.github.io/book/intro/no-std.html","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddtreece%2Fmqtt-packet-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoddtreece%2Fmqtt-packet-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddtreece%2Fmqtt-packet-rs/lists"}