damienpontifex / azure-iot-sdk-rs

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

client: Implement initial builder for IoTHubClient #62

Open laumann opened 3 years ago

laumann commented 3 years ago

To support different configuration parameters, implement a builder pattern for IoTHubClient, that initially just supports the same parameters as IoTHubClient::new().

damienpontifex commented 3 years ago

@laumann also, would you mind rebasing from main so it picks up #65 that will fix the build validation?