aws-iot-device-sdk-rust 0.0.1

An easy to use SDK for connecting to AWS IoT Core.
Documentation

aws-iot-device-sdk-rust

The AWS IoT Device SDK for Rust allows developers to write Rust to use their devices to access the AWS IoT platform through MQTT. This is my first crate, and project, in Rust, and as I am still learning it will hopefully get a lot better with time. For this initial commit I have the basic client working. With it you can publish and subscribe to topics and add callbacks that are associated with topics. The shadow manager part is coming soon.

It has been through the Works on My Machine Certification Program, and it Works on My Machineā„¢.