astarte-device-sdk-derive

Crates.ioastarte-device-sdk-derive
lib.rsastarte-device-sdk-derive
version0.10.4
created_at2023-02-01 14:03:50.352597+00
updated_at2025-09-19 11:00:53.220255+00
descriptionDerive macros implementation used by Astarte Device SDK
homepagehttps://astarte.cloud/
repositoryhttps://github.com/astarte-platform/astarte-device-sdk-rust
max_upload_size
id773730
size59,418
Joshua Chapman (joshuachp)

documentation

https://docs.rs/astarte-device-sdk-derive

README

Astarte Device SDK Rust  

Build Status Latest Version docs.rs Code coverage

The Astarte Device SDK for Rust is a ready to use library that provides communication and pairing primitives to an Astarte Cluster.

Quick links:

Use the library

You can add the library to your project with:

cargo new astarte-project && cd astarte-project
cargo add astarte-device-sdk --features='derive'

Examples

Check out how to start with the SDK using one of the included examples.

Commit count: 893

cargo fmt