Skip to content

Error Handling: replace thiserror with snafu and maybe create custom IO error #2

@ChillFish8

Description

@ChillFish8

Currently, we use thiserror and io::Error to do all our error handling, but this is a little bit all over the place and not the best API design in the world; in particular snafu would allow us to attach context to the errors, giving a better debugging experience.

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