Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Paho Rust Client v0.6

Hey All,

I just released a new Paho Rust Client v0.6. This wraps the Paho C v1.3.1 library, and has support for Websockets, Rust Futures, server responses, and makes clients and tokens easier to use and pass around between threads by supporting the Rust Send and Sync traits.

It's up on GitHub and the Rust package repository, crates.io:
https://crates.io/crates/paho-mqtt

This release does not include support of MQTT v5. That will be coming next, hopefully by the end of the year.

Frank

Back to the top