index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exercises
/
conversions
/
from_str.rs
Age
Commit message (
Expand
)
Author
2023-05-29
docs: cleanup the explanation paragraphs at the start of each exercise.
Robert Fry
2022-07-15
feat(conversions): add hint comments
mokou
2021-09-25
Merge pull request #781 from tlyu/advanced-errs
diannasoriel
2021-06-24
fix(from_str, try_from_into): custom error types
Taylor Yu
2021-04-27
fix: Correct small typo in exercises/conversions/from_str.rs
Martin HART
2021-04-04
fix: use trait objects for from_str
Taylor Yu
2021-02-21
fix(from_str): Correct typos
Jirka Kremser
2021-01-21
fix(from_str): test for error instead of unwrap/should_panic
Jean-Francois Chevrette
2021-01-09
feat(from_str) : add test for checking unnecessary trailing value
Sang-Heon Jeon
2020-08-10
chore: Run rustfmt on exercises
Étienne Barrié
2020-05-15
feat: Rewrite try_from_into (#393)
IkaR49
2020-05-02
Review Comments: Add other test cases
apatniv
2020-04-21
test: Add missing test case for from_str exercise
apatniv
2019-12-16
I AM NOT DONE comment in conversions exercise files
Abdou Seck
2019-12-16
feat: Add type conversion and parsing exercises
Abdou Seck