index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exercises
/
conversions
/
try_from_into.rs
Age
Commit message (
Expand
)
Author
2022-07-15
fix(try_from_into): fix function name
Rod Elias
2022-07-15
feat(try_from_into): add hint comments
mokou
2022-07-15
feat(conversions): add hint comments
mokou
2021-06-24
fix(from_str, try_from_into): custom error types
Taylor Yu
2021-04-04
fix: use trait objects for try_from_into
Taylor Yu
2020-12-03
feat(try_from_into): remove duplicate annotation
Christos Kontas
2020-11-11
fix(try_from_into): type error
Wei Hu
2020-11-08
fix(try_from_into): Update description (#584)
JP
2020-11-07
feat(try_from_into): Add tests (#571)
fiplox
2020-08-10
chore: Run rustfmt on exercises
Étienne Barrié
2020-07-13
feat(try_from_into): Add insufficient length test (#469)
Chad Dougherty
2020-05-15
feat: Rewrite try_from_into (#393)
IkaR49
2020-05-02
Review Comments: Add other test cases
apatniv
2020-04-17
fix: confusing comment in conversions/try_from_into.rs
lebedevsergey
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