An open API service indexing awesome lists of open source software.

https://github.com/collabora/hawkbit-rs

Hawkbit Rust crate
https://github.com/collabora/hawkbit-rs

Last synced: about 1 year ago
JSON representation

Hawkbit Rust crate

Awesome Lists containing this project

README

          

# hawkbitrs [![codecov](https://codecov.io/gh/collabora/hawkbit-rs/branch/main/graph/badge.svg?token=GRPKKE2XT5)](https://codecov.io/gh/collabora/hawkbit-rs) [![CI](https://github.com/collabora/hawkbit-rs/workflows/CI/badge.svg)](https://github.com/collabora/hawkbit-rs/actions)

This module contains a couple of [Rust](https://www.rust-lang.org) crates
to implement [Eclipse hawkBit](https://www.eclipse.org/hawkbit/) clients:

- [hawkbit](hawkbit/): high-level client-side API [![](https://img.shields.io/crates/v/hawkbit.svg)](https://crates.io/crates/hawkbit) [![](https://docs.rs/hawkbit/badge.svg)](https://docs.rs/hawkbit/)
- [hawkbit_mock](hawkbit_mock/): mock server to use for testing [![](https://img.shields.io/crates/v/hawkbit_mock.svg)](https://crates.io/crates/hawkbit_mock) [![](https://docs.rs/hawkbit_mock/badge.svg)](https://docs.rs/hawkbit_mock/)