Skip to content

Consider adding anyhow as crate for easier handling and more informative reporting of errors. #10

@BoolPurist

Description

@BoolPurist

Anyhow

There is a very popular rust crate called anyhow Link.

Anyhow could provide the following benefits to the project:

  • Easier error handling. Every kind error can be propagated via anyhow.
  • Anyhow allows creation of ad hoc errors as error message.
  • Attaches back trace for all errors if not present. Useful for debugging
  • Provides a convenient way to augment errors with additional contexts/information of an error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions