Skip to content

Improve error handling #67

@skeet70

Description

@skeet70

Clean up code safety, handle errors more intelligently. Right now everything is either manually printed where it happens or bubbles up to a Box<dyn Error> 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions