AtherEnergy / rumqtt

Pure rust mqtt cilent
The Unlicense
202 stars 71 forks source link

Docs are outdated #80

Closed gabisurita closed 5 years ago

gabisurita commented 6 years ago

The example on the docs does not match the latest api.

tekjar commented 6 years ago

Yeah. I'll wait for some time as tokio is moving too fast.

aep commented 6 years ago

docs.rs does all the hard work for you. should probably just link there. https://docs.rs/rumqtt/0.10.1/rumqtt/

tekjar commented 6 years ago

I'll clean up everything when async/await is out in nightly :)

tekjar commented 5 years ago

We can use docs.rs now :)