infincia / bip39-rs

A Rust implementation of BIP-0039
Apache License 2.0
54 stars 61 forks source link

Use own Error type instead of failure #19

Open stevenroose opened 4 years ago

stevenroose commented 4 years ago

Using failure might be easy internally, it's really annoying for external users not using failure. There is no way to catch the error and convert in another type while keeping some information intact.