JosephTLyons / JosephTLyons/termifind-rust
Handle All Unwraps and Expects
Open
required
- Dominant language
- Rust
- Stars
- 12
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
There are a handful of unwraps and expects in the code base that should be handled properly at some point.
Note that there are a ton of other options for handling error and options outside of `match`, such as `unwrap_or_else`:
https://doc.rust-lang.org/std/option/enum.Option.html
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.