24 releases
0.9.3 | Jan 24, 2025 |
---|---|
0.9.2 | Nov 4, 2024 |
0.9.1 | Sep 25, 2024 |
0.8.2 | May 29, 2024 |
0.5.1 | Feb 6, 2023 |
#166 in Embedded development
716 downloads per month
Used in 2 crates
765KB
17K
SLoC
Astarte Device SDK Rust
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.
Use the library
You can add the library tro 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.
Dependencies
~56MB
~1M SLoC