| Crates.io | astarte-device-sdk |
| lib.rs | astarte-device-sdk |
| version | 0.11.2 |
| created_at | 2023-02-01 14:14:43.378637+00 |
| updated_at | 2026-01-09 14:07:51.572759+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,174,548 |
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.