yds12 / guarakapa

Password manager for the terminal.
MIT License
3 stars 1 forks source link

Create error types #19

Open yds12 opened 2 years ago

yds12 commented 2 years ago

We are using anyhow to deal with errors. That is nice for the executable program, but to extract the main functionality in a library we need to have our own error types. Maybe use thiserror.