ARK-Builders / arklib

Core of the programs in ARK family
MIT License
1 stars 10 forks source link

Define custom error type #43

Closed gwendalF closed 8 months ago

gwendalF commented 1 year ago

Currently the error on the Rust side are not really managed.The arlkib crate should return a custom error and not anyhow error. It's possible to wrap anyhow to a custom error. With that different errors would be possible