iaadi4
f7b50183f4
Update from_into exercise to use error handling instead of default values
...
- Replace From<&str> trait with TryFrom<&str> for proper error handling
- Add ParsePersonError enum with BadLen, NoName, and ParseInt variants
- Update all tests to expect appropriate errors instead of default Person values
- Maintain same error handling pattern as from_str exercise
- Add required imports for TryFrom and TryInto traits
2025-10-02 21:06:06 +05:30
mo8it
cddaf4881e
from_into solution
2024-07-01 22:09:48 +02:00
mo8it
92f249a52c
Merge branch 'main'
2024-06-27 11:30:42 +02:00
David Brownman
f0849447ad
chore(from_into): Add missing period in docs
2024-06-26 19:06:25 -07:00
mo8it
2f810a4da6
Clean up and unify exercises
2024-04-17 23:34:27 +02:00
mo8it
fa1f239a70
Remove "I AM NOT DONE" and the verify mode and add AppState
2024-04-11 02:51:02 +02:00
liv
76acf613c5
Merge branch 'main' into main
2024-03-15 14:36:23 +01:00
liv
32c19c2e47
Merge pull request #1832 from reifenrath-dev/main
...
chore: update from_into.rs task description to fit the code
2024-03-15 13:52:38 +01:00
liv
c46a711526
fix: revert from_into test change
2024-03-15 13:48:57 +01:00
LeverImmy
bcb192c707
chore: fixed minor typo
2024-02-04 10:51:06 +08:00
reifenrath-dev
b70ed105db
chore: update from_into.rs task description to fit the code
2024-01-19 11:18:54 +01:00
Adam Brewer
64d95837e9
Update Exercises Directory Names to Reflect Order
2023-10-16 07:37:12 -04:00