http-server icon indicating copy to clipboard operation
http-server copied to clipboard

feat: Switch to color_eyre and remove unneeded .unwrap()s

Open Antosser opened this issue 1 year ago • 11 comments

This PR is a lot. I've completely swapped anyhow with color_eyre, and replaced most unwraps with ?. Such changes required changing multiple function signatures and struct fields.

Now, the errors should look way better than they did before.

Examples

Before

image

After

image

Before

image

After

image

Also #425

image

Antosser avatar Mar 02 '24 18:03 Antosser