hevy 0.1.0

An async Rust client library for the Hevy public API (https://api.hevyapp.com/docs/)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Endpoint implementations for [`crate::HevyClient`].
//!
//! Each submodule adds an `impl HevyClient` block with the methods for one
//! resource group from the Hevy API.

mod exercise_history;
mod exercise_templates;
mod measurements;
mod routine_folders;
mod routines;
mod user;
mod workouts;