Skip to content

Error handling without anyhow #22

@xorpd

Description

@xorpd

Hi, thank you for writing this library!

I noticed that most of the exported API functions in this library return anyhow results.
Being new to the rust error handling ecosystem, I was wondering if as an application developer I will also have to use anyhow to handle errors, or will I still be able to use the traditional Result<>, like I have always done.

I have been searching for a Rust library that could help me with XMR payment processing, and this library seems like on of the only options, so I will probably use it anyways (: But I am asking ahead of time just to know if I will have to make some compromises with the rest of my application code.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions