summaryrefslogtreecommitdiff
path: root/exercises/generics
AgeCommit message (Collapse)Author
2023-05-29docs: cleanup the explanation paragraphs at the start of each exercise.Robert Fry
2022-07-14feat: move generics3 to be quiz3mokou
2022-07-14feat(generics): add hint commentsmokou
2022-07-11chore: remove mod.rs files and exercises featuremokou
2022-03-29fix: Include exercises folder in the project structure behind a feature (#917)x-hgg-x
closes #859 closes #913 closes #942
2021-05-11fix: add hints to generics1 and generics2 exercisesJuan Pablo Ramirez
2021-04-23docs(exercises): updated all exercises readme filesZerotask
all exercises readme files now have a unified structure and a description
2021-04-22docs(generics): add bounds helpZerotask
add help for bounds provided by the rust by example book
2020-08-27chore: Removed extra whitespacesKoalab99
Co-authored-by: Corentin ARNOULD <corentin.arn@gmail.com>
2020-08-24Make comments on example clearerJohn Heath
I actually struggled because I overlooked the fact that I needed to change the 2.1 to "A+". So I wanted to make things clearer for future rustlings.
2020-08-10chore: Run rustfmt on exercisesÉtienne Barrié
2020-07-11chore: Alter whitespace for consistencyBenjamin Jones
* Add newline after "I AM DONE" in exercises for consistency * Remove trailing whitespace from exercises
2020-05-27chore: Limit generics3 lines to 90 charsDan Wilhelm
2020-04-21fix: update generics2 closes #362sjmann
2020-02-28add I AM NOT DONE commentssjmann
2020-02-28feat: added new exercises for genericssjmann