Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Pre-release Paho Rust Client pushed to crates.io

Hello All,

Despite still being in a pre-release state (v0.4), the Paho Rust client just got a new build system, so it seemed time to push it up to "crates.io", the Rust package repository. Now applications can pull the library into their builds by simply adding the line:
[dependencies]
paho-mqtt = "0.4"
As a happy side, effect, the API reference documentation automatically appeared on-line as well:
https://docs.rs/paho-mqtt/0.4.0/paho_mqtt
The library is moving vast towards an initial, formal, release in the next few weeks.

Thanks,
Frank

Back to the top