| Crates.io | astarte-device-sdk-derive |
| lib.rs | astarte-device-sdk-derive |
| version | 0.10.4 |
| created_at | 2023-02-01 14:03:50.352597+00 |
| updated_at | 2025-09-19 11:00:53.220255+00 |
| description | Derive macros implementation used by Astarte Device SDK |
| homepage | https://astarte.cloud/ |
| repository | https://github.com/astarte-platform/astarte-device-sdk-rust |
| max_upload_size | |
| id | 773730 |
| size | 59,418 |
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.