plausible-rs 0.1.5

A Rust library for the Plausible Analytics API.
Documentation
1
2
3
4
5
mod event;
mod health;

pub use event::*;
pub use health::*;