Woomymy / kelp

A simple dotfiles manager written in Rust
https://kelp.woomy.be
GNU General Public License v3.0
2 stars 0 forks source link

Add more contexts to errors #8

Closed Woomymy closed 3 years ago

Woomymy commented 3 years ago

It should be nice if we add .with_context("Error context") (provided by anyhow::Context) to errors to know what really appened instead of using Error messages provided by the STD lib / other libs

Woomymy commented 3 years ago

Closed by #9