my_gym_data_rust_parser

Function parse_exercise_log

Source
pub fn parse_exercise_log(
    input: &str,
) -> Result<Vec<ExerciseRecord>, GymDataParserError>