drahnr / cargo-spellcheck

Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

migrate from anyhow to eyre

drahnr opened this issue · comments

Is your feature request related to a particular use-case?

drop anyhow, move to eyre, get backtraces and colourfoul messages for free

Describe the solution you'd like to implement/see implemented

color_eyre

Describe alternatives you've considered
Stick with anyhow, it's proven to work. Do not care much about backtraces or expect users to run with RUST_BACKTRACE=1.

Additional context