strava-client-rs 0.2.1

Strava API Client lib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//!  # 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::gear::GearCollection;

pub mod athlete;

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