damienpontifex / azure-iot-sdk-rs

A rust library for connecting devices to Microsoft Azure IoT Hub
MIT License
14 stars 11 forks source link

Enable routing #32

Closed rubberduck203 closed 4 years ago

rubberduck203 commented 4 years ago

This enables the ability to perform routing based on the message body. https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-routing-query-syntax#message-routing-query-based-on-message-body

Fixes #31

rubberduck203 commented 4 years ago

Thanks @damienpontifex!