strava-client-rs 0.2.2

Strava API Client lib
Documentation
1
2
3
4
5
//! # Module: util
//! Contains submodules to handle the redirect server and the config file that stores the access token and refresh token.

pub mod auth_config;
pub mod redirect;