telemetrydeck-wasm 0.1.1

(unofficial) TelemetryDeck client for fast and reliable libraries and apps using Rust and WebAssembly
Documentation

Tests Lint & Format Crate

(unofficial) TelemetryDeck client for fast and reliable libraries and apps using Rust and WebAssembly

The library provides a wrapper around the TelemetryDeck endpoint for broadcasting signals.


let client = TelemetryDeck::new("XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX");
client.send("addOne", Some("user"), None, None);

Check the example folder for a working solution using Yew.