Senstate - Rust client

Rust 🦀 client library to communicate with [Senstate], a debugging dashboard.

This library is in very early stages and considered experimental. Therefore it should not be used in any production level applications. Expect this crate's API to change frequently.

Usage

Add this to your Cargo.toml:

toml [dependencies] senstate = "0.0.1"

Examples

Currently a few simple examples exist. Please find them in the examples folder or directly run them with cargo run --example <example-name>.