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.

clippy fix

+6 -1
-1
strong-api-dump/src/clickhouse_saver.rs
··· 4 4 use strong_api_lib::data_transformer::Workout; 5 5 use time::OffsetDateTime; 6 6 use time::format_description::well_known::Rfc3339; 7 - use time::macros::format_description; 8 7 use uuid::Uuid; 9 8 10 9 /// This flattened struct represents one set with its workout and exercise context.
+6
strong-api-lib/src/data_transformer.rs
··· 32 32 measurements_response: Option<MeasurementsResponse>, 33 33 } 34 34 35 + impl Default for DataTransformer { 36 + fn default() -> Self { 37 + Self::new() 38 + } 39 + } 40 + 35 41 impl DataTransformer { 36 42 pub fn new() -> Self { 37 43 Self {