index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exercises
/
hashmaps
Age
Commit message (
Collapse
)
Author
2023-06-12
Merge branch 'main' into comment_cleanup
liv
2023-06-12
Merge pull request #1546 from b-apperlo/b-apperlo-patch-1
liv
feat: added test function to hashmaps2.rs
2023-06-08
fix: updated comment for struct
Bert Apperlo
2023-06-08
fix: update hashmaps3.rs
Bert Apperlo
2023-06-08
feat: added test function to hashmaps2.rs
Bert Apperlo
The existing test functions only check if a kind of fruit exists in the hashmap, but not if the amount of fruits is higher than zero. This new test function solves this.
2023-05-29
docs: cleanup the explanation paragraphs at the start of each exercise.
Robert Fry
2023-03-30
feat(docs): add markdown linter for exercises README.md files
Ali Afsharzadeh
2023-03-26
reword hashmaps2 a bit more
liv
2023-03-20
docs:clarify instructions on hashmaps2.rs
Ryan Whitehouse
2022-12-20
fix(hashmaps3): fix typo in todo hint
William Webb
2022-07-14
fix(hashmaps): adjust hint comments
mokou
2022-07-14
feat: Add hashmap3 exercise.
Sateesh Basavaraju
2022-07-12
feat: remove collections to hashmaps
mokou