AtherEnergy / rumqtt

Pure rust mqtt cilent
The Unlicense
203 stars 72 forks source link

Various warning, compile and clippy fixes #138

Closed flxo closed 5 years ago

flxo commented 5 years ago

This PR contains some cleanup regarding compilation and clippy. Some of the clippy lints are just suppressed (large_enum_variant and too_many_arguments) and I'm not sure how to deal with that. Feel free to merge partially. ;-)

tekjar commented 5 years ago

Looks great. You saved me a ton of time :). Will test and merge this tomorrow

flxo commented 5 years ago

I added a basic Travis configuration. Would be great if you could add this repo to the AtherEnergy Travis account.