| 37 | |
| 38 | #[derive(Deserialize)] |
| 39 | pub struct ExerciseList { |
| 40 | pub exercises: Vec<Exercise>, |
| 41 | } |
| 42 | |
| 43 | // A representation of a rustlings exercise. |
| 44 | // This is deserialized from the accompanying info.toml file |
nothing calls this directly
no outgoing calls
no test coverage detected