1 2 3 4 5 6
//! TelemetryDeck client for fast and reliable libraries and apps using Rust and WebAssembly #![deny(missing_docs, missing_debug_implementations)] mod telemetry; pub use telemetry::*;