index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exercises
/
18_iterators
Age
Commit message (
Collapse
)
Author
41 hours
I dont know why this is not pushed
main
anand
2025-07-21
Add positive tests
deafloo
This prevents solving the exercise without a real IntegerOverflow
2024-07-08
Explain what a factorial is and link to wikipedia for more details
mo8it
2024-07-08
iterators3: Add `IntegerOverflow` error variant
mo8it
2024-07-04
Unify fn signature in iterators4 exercise and solution
Nahor
Since this is not about conversion, prefer the option that doesn't require one.
2024-07-03
fix: typo s/unwarp/unwrap/
Calvin Bochulak
2024-06-28
iterators5 solution
mo8it
2024-06-28
iterators4 solution
mo8it
2024-06-28
iterators3 solution
mo8it
2024-06-28
iterators2 solution
mo8it
2024-06-28
Use todo!() instead of ???
mo8it
2024-06-28
iterators1 solution
mo8it
2024-05-22
Remove unneeded pub
mo8it
2024-04-17
Clean up and unify exercises
mo8it
2024-04-17
Require a main function in all exercises
mo8it
2024-04-11
Remove "I AM NOT DONE" and the verify mode and add AppState
mo8it
2024-03-15
fix: clean up "return" wording in iterators4
liv
2023-10-16
Update Exercises Directory Names to Reflect Order
Adam Brewer