Sync your own workout data from your "Strong" app
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 3 lines 194 B view raw
1// LoginResponse is a plain #[derive(Deserialize)] struct with no logic. 2// Its deserialization is covered by test_login_sets_tokens in strong_api_tests.rs. 3// This file is intentionally empty.