astarte-device-sdk

Crates.ioastarte-device-sdk
lib.rsastarte-device-sdk
version0.10.4
created_at2023-02-01 14:14:43.378637+00
updated_at2025-09-19 11:01:56.553701+00
descriptionA library that provides communication and pairing primitives to an Astarte Cluster
homepagehttps://astarte.cloud/
repositoryhttps://github.com/astarte-platform/astarte-device-sdk-rust
max_upload_size
id773746
size1,105,253
Joshua Chapman (joshuachp)

documentation

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

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