summaryrefslogtreecommitdiff
path: root/exercises/conversions/from_str.rs
AgeCommit message (Expand)Author
2022-07-15feat(conversions): add hint commentsmokou
2021-09-25Merge pull request #781 from tlyu/advanced-errsdiannasoriel
2021-06-24fix(from_str, try_from_into): custom error typesTaylor Yu
2021-04-27fix: Correct small typo in exercises/conversions/from_str.rsMartin HART
2021-04-04fix: use trait objects for from_strTaylor Yu
2021-02-21fix(from_str): Correct typosJirka Kremser
2021-01-21fix(from_str): test for error instead of unwrap/should_panicJean-Francois Chevrette
2021-01-09feat(from_str) : add test for checking unnecessary trailing valueSang-Heon Jeon
2020-08-10chore: Run rustfmt on exercisesÉtienne Barrié
2020-05-15feat: Rewrite try_from_into (#393)IkaR49
2020-05-02Review Comments: Add other test casesapatniv
2020-04-21test: Add missing test case for from_str exerciseapatniv
2019-12-16I AM NOT DONE comment in conversions exercise filesAbdou Seck
2019-12-16feat: Add type conversion and parsing exercisesAbdou Seck