2e599425557cb18dbef982907634b8dc5a0d76ba
- 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!
It's time to learn Rust!
Goals:
- [] Work my way through the Brown book
- [] Finish Rustlings
- [] Go through one other decent resource
Description
Languages
Rust
100%