| Crates.io | astarte-device-sdk-derive |
| lib.rs | astarte-device-sdk-derive |
| version | 0.11.2 |
| created_at | 2023-02-01 14:03:50.352597+00 |
| updated_at | 2026-01-09 14:06:52.702459+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 | 58,960 |
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.