vantage-api-pool 0.1.3

Paginated REST API client pool for Vantage
Documentation
1
2
3
4
5
6
/// Implements various things for calculating stats
mod average;
mod interval;

pub use average::Average;
pub use interval::Stats;