The Astarte Device SDK for Rust is a ready to use library that provides communication and pairing primitives to an Astarte Cluster.
Quick links:
- API documentation.
- Astarte documentation for more information regarding Astarte.
- Get started for a guide on how to use the SDK functionalities.
- OS requirements for system libraries.
You can add the library tro 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.