Crate try_exit
Dependency free, simple error handling for small programs
Attempts to unwrap a Result. If it's an Err, exit program with given error message.
Result
Err
Attempts to unwrap an Option. If it's a None, exit program with given error message.
Option
None