hawkbit 0.7.0

Client side API to interact with Eclipse hawkBit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2020, Collabora Ltd.
// SPDX-License-Identifier: MIT OR Apache-2.0

#![warn(missing_docs)]

//! # hawkbit
//!
//! The `hawkbit` crate provides high-level client-side API to interact with
//! [Eclipse hawkBit](https://www.eclipse.org/hawkbit/).
//!
//! So far only the [Direct Device Integration API](https://www.eclipse.org/hawkbit/apis/ddi_api/)
//! is implemented, see the [`ddi`] module.

pub mod ddi;