Skip to content

Use thiserror instead of failure #10

@tekjar

Description

@tekjar

thiserror implements std::error::Error so that users don't have to depend on failure crate externally or this library doesn't have to re-export failure crate.

Another reason is thiserror has become a defacto crate for error handling in rust and hence might provide better interoperability with other crates

I'll send a PR if this sounds good to you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions