Sign in
◑
Theme
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
610d1f072f6f828318585e5c948d1f249bd6b316
/
.
/
services
/
telemetry
/
src
/
lib.rs
blob: 7255b3790facd194b14ae8dbf7e2c9c066f81548 [
file
]
// Licensed under the Apache-2.0 license
//! Telemetry, monitoring, and logging service for OpenPRoT
//!
//! This crate provides telemetry collection and monitoring capabilities.
#![
no_std
]