Docs.rs
aws-iot-device-sdk-0.0.6
aws-iot-device-sdk 0.0.6
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
overheat
Dependencies
arrayvec ^0.7
normal
rand ^0.8
normal
thiserror-no-std ^2
normal
Versions
28.04%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module shadow
aws_
iot_
device_
sdk
0.0.6
Module shadow
Module Items
Structs
Enums
Functions
In crate aws_
iot_
device_
sdk
aws_iot_device_sdk
Module
shadow
Copy item path
Source
Structs
§
Thing
Shadow
A shadow topic string takes one of the two forms, in the case of an unnamed (“Classic”) shadow. Or, in the case of a named shadow The shadow_name part is None when unnamed shadow.
Enums
§
Topic
Each of these values describes the type of a shadow message. https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html
Functions
§
assemble_
topic
Assemble shadow topic string when Thing Name or Shadow Name is only known at run time.
match_
topic
Given the topic string of an incoming message, determine whether it is related to a device shadow;