-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request