Crates.io | azure-iot-rs-sys |
lib.rs | azure-iot-rs-sys |
version | 0.1.8 |
source | src |
created_at | 2020-09-16 23:25:41.877353 |
updated_at | 2023-06-06 22:02:16.811122 |
description | Rust bindings for Azure IOT C SDK |
homepage | |
repository | https://github.com/duggaraju/azure-iothub-rs-sys |
max_upload_size | |
id | 289568 |
size | 31,995,148 |
Rust bindings for azure_iot_sdk_c
sudo apt-get install -y git cmake build-essential curl libcurl4-openssl-dev libssl-dev uuid-dev
git submodule update --init --depth 1
cd azure-iot-sdk-c
git submodule update --init --depth 1 c-utility/
git submodule update --init --depth 1 deps/umock-c/
git submodule update --init --depth 1 deps/parson/
git submodule update --init --depth 1 deps/azure-macrtoutils-c/
# These submodules dpeend on the feature selection.
git submodule update --init --depth 1 umqtt/
git submodule update --init --depth 1 uamqp/
git submodule update --init --depth 1 deps/uhttp/
git submodule update --init --depth 1 provisioning_client/deps/utpm
cargo build