Skip to content

v0.1.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tekjar tekjar released this 10 Dec 06:58

core

  • Uses tokio-byteorder to serialize and deserialize any AsyncRead and AsyncWrite streams into mqtt

client

  • A single futures stream to power the eventloop
  • Takes Stream for requests
  • Request throttling
  • Inflight queue size based throttling
  • Automatic reconnection
  • Tls with rustls
  • Tokio 0.2 and futures 0.3