uf-spectra 0.1.0

Declarative schemas and typed logging APIs for Rust services
Documentation
1
2
3
4
5
6
7
//! Platform smoke schema modules (inventory + typed helpers + topics).

#[path = "../schemas/platform_smoke_counter_spectra_metric.rs"]
pub mod platform_smoke_counter;

#[path = "../schemas/platform_smoke_event_spectra_schema.rs"]
pub mod platform_smoke_event;