| Crates.io | astarte-device-sdk |
| lib.rs | astarte-device-sdk |
| version | 0.10.4 |
| created_at | 2023-02-01 14:14:43.378637+00 |
| updated_at | 2025-09-19 11:01:56.553701+00 |
| description | A library that provides communication and pairing primitives to an Astarte Cluster |
| homepage | https://astarte.cloud/ |
| repository | https://github.com/astarte-platform/astarte-device-sdk-rust |
| max_upload_size | |
| id | 773746 |
| size | 1,105,253 |
The Astarte Device SDK for Rust is a ready to use library that provides communication and pairing primitives to an Astarte Cluster.
Quick links:
You can add the library to your project with:
cargo new astarte-project && cd astarte-project
cargo add astarte-device-sdk --features='derive'
Check out how to start with the SDK using one of the included examples.