Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
ef8a4d0f106714a022f33a87c2c53f14fa1e313e
/
.
/
services
/
telemetry
/
src
/
lib.rs
blob: a9318e2fdfc2d46a358f86d3bdcf7893fb74d3e6 [
file
]
// Licensed under the Apache-2.0 license
// SPDX-License-Identifier: Apache-2.0
//! Telemetry, monitoring, and logging service for OpenPRoT
//!
//! This crate provides telemetry collection and monitoring capabilities.
#![
no_std
]