aws-iot-device-sdk 0.0.6

aws iot device sdk in rust (unofficial)
Documentation
1
2
3
4
5
6
mod common;

#[test]
fn hello_test() {
    common::setup();
}