Skip to main contentCrate my_gym_data_rust_parser
Source - Attempt
- Represents an attempt within a set, specifying the weight used and the repetitions completed.
- ExerciseRecord
- Represents a record of a single exercise session, including the date, exercise name,
target repetition range, and the sets completed.
- Grammar
- Set
- Represents a single set performed within an exercise session, which may contain
multiple attempts if the weight or reps were modified mid-set.
- TargetReps
- Represents the target repetition range for an exercise, specifying the number of sets
and the min-max range of repetitions for each set.
- GymDataParserError
- Rule
- parse_exercise_log