aejenk / glitchup

A databender library/executable made in Rust.
Mozilla Public License 2.0
1 stars 0 forks source link

Add error handling #28

Open aejenk opened 5 years ago

aejenk commented 5 years ago

Currently the program is littered with panics, which can end up being intimidating for the end user. Error handling should be implemented to centralize all errors, and also formatting their output so that the user can better handle them.