telemetrydeck-wasm 0.1.0

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

Tests Lint & Format

(unofficial) (TelemetryDeck)[https://telemetrydeck.com] 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.