http-server
http-server copied to clipboard
feat: Switch to color_eyre and remove unneeded .unwrap()s
This PR is a lot. I've completely swapped anyhow
with color_eyre
, and replaced most unwrap
s with ?
. Such changes required changing multiple function signatures and struct fields.
Now, the errors should look way better than they did before.