geist_supervisor 0.1.28

Generic OTA supervisor for field devices
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Geist Supervisor Library
//!
//! Generic OTA supervisor for field devices. Config-driven via TOML.

#![allow(clippy::uninlined_format_args)]

pub mod app_config;
pub mod cli;
pub mod config;
pub mod services;
pub mod utils;