strava-client-rs 0.2.6

Strava API Client lib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//!  # Strava_client_rs Models
//! Models used to serialize and deserialize the json objects returned from the API

pub use self::activities::ActivityCollection;
pub use self::athlete::AthleteCollection;
pub use self::athlete::AthleteStats;
pub use self::clubs::ClubCollection;
pub use self::gear::GearCollection;

pub mod athlete;

pub mod activities;
pub mod clubs;
pub mod gear;