telemetrydeck_wasm/
lib.rs

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