posthog-rs 0.17.1

The official Rust client for Posthog (https://posthog.com/).
Documentation
1
2
3
pub fn default_user_agent() -> String {
    format!("posthog-rs/{}", env!("CARGO_PKG_VERSION"))
}