gobanos / cargo-aoc

452 stars 48 forks source link

Show nice error message instead of huge debug representation of it #39

Closed DarthGandalf closed 4 years ago

DarthGandalf commented 4 years ago

The motivation: I'm returning anyhow::Result from the solver function and https://docs.rs/anyhow/1.0.25/anyhow/struct.Error.html#display-representations explains the difference

I can try to add a configuration parameter in some way, if you wish