Docs.rs
strava-wrapper-0.0.2
strava-wrapper 0.0.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
MattBarkway
Dependencies
async-trait ^0.1.83
normal
chrono ^0.4.42
normal
reqwest ^0.12.8
normal
serde ^1.0.213
normal
serde_json ^1.0.132
normal
strava-wrapper-macros ^0.0.2
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
strava_wrapper/
lib.rs
1
pub mod
api;
2
pub mod
auth;
3
pub mod
endpoints;
4
pub mod
filters;
5
pub mod
models;
6
pub mod
query;