From c65ce74e61d98f0f43ceefe34251dfd343d639c6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 22 Jan 2021 09:38:35 +0100 Subject: [PATCH] README: link to hawkbit-rs (#1072) I just released a couple of Rust crates which could likely be useful to anyone looking to implement a hawkBit client in Rust. Signed-off-by: Guillaume Desmottes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4a23dd2c..98e6237f0 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ There are clients outside of the Eclipse IoT eco system as well, e.g.: - [SWupdate](https://github.com/sbabic/swupdate) which is a Linux Update agent with focus on a efficient and safe way to update embedded systems. - [rauc-hawkbit](https://github.com/rauc/rauc-hawkbit) which is a python-based hawkBit client application and library for the [RAUC](https://github.com/rauc/rauc) update framework. +- [hawkbit-rs](https://github.com/collabora/hawkbit-rs) provides a couple of [Rust](https://www.rust-lang.org) crates to help [implement](https://crates.io/crates/hawkbit) and [test](https://crates.io/crates/hawkbit_mock) hawkBit clients. # Runtime dependencies and support