fluidattacks-tracks
This library provides a convenient way to report usage analytics from any Rust application.
All publish operations run in a background thread, and errors are silently swallowed so that tracking failures never interrupt your application's normal flow.
Usage
[]
= "0.1"
use Utc;
use Tracks;
use ;
let client = new;
client.event.create;
The API endpoint is configured via the FT_API_URL environment variable, defaulting to https://tracks.fluidattacks.com/.