june-analytics 0.2.2

June analytics client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod auto_batcher;
mod batcher;
mod client;
mod errors;
mod http;
pub mod message;

pub use auto_batcher::AutoBatcher;
pub use batcher::Batcher;
pub use client::Client;
pub use errors::{Error, Result};
pub use http::HttpClient;
pub use message::Message;