Reality Enjoyer 2e59942555 update error handling example
- replaced `match`s with `?`s where possible
- it should not be considered an improvement tho
- turns out `?` is best used when you are returning `Result<T,E>`s
- we were returning `String`s
- so we had to wrap all successful string returns in `Ok()`s
- which is just clunky
- good learning but its time to move on!
2026-01-17 16:48:48 +00:00
2026-01-17 09:01:51 +00:00
2026-01-13 06:50:55 +00:00
2026-01-17 09:01:51 +00:00
2026-01-17 09:01:51 +00:00
2026-01-17 09:01:51 +00:00
2026-01-17 09:01:51 +00:00
2025-12-20 18:13:04 +00:00
2025-12-21 12:07:41 +00:00
2026-01-13 06:50:55 +00:00
2025-12-21 12:07:41 +00:00
2025-12-22 11:02:13 +00:00
2026-01-13 06:50:55 +00:00
2026-01-13 08:32:20 +00:00
2026-01-13 06:50:55 +00:00
2026-01-13 06:50:55 +00:00
2025-12-19 06:41:19 +00:00
2026-01-03 07:48:36 +00:00

It's time to learn Rust!

Goals:

  • [] Work my way through the Brown book
  • [] Finish Rustlings
  • [] Go through one other decent resource
Description
No description provided
Readme 69 KiB
Languages
Rust 100%