IronCoreLabs / IronCoreLabs/ironhide
Improve error handling
Open
tech debt
- Dominant language
- Rust
- Stars
- 53
- Forks
- 5
- Avg merge
- 41m
- Merged PRs (30d)
- 2
Description
Clean up code safety, handle errors more intelligently. Right now everything is either manually printed where it happens or bubbles up to a `Box` which isn't very useful. At least use something like `anyhow` to let us capture stringy errors wherever they happen and bubble them up to sane places to handle them in a combined way.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.