Commit Graph

3 Commits

Author SHA1 Message Date
deadvey 20174e697c removed unwraps and added a method to Results called .unwrap_or_exit(error_message, error_code)
This tries to unwrap and if it can't then it outputs the error message with the error!() macro
(log library) and exits with the error code.  This is to be used instead of expect and is for
fatal errors
2026-05-15 19:19:17 +01:00
deadvey fbd315ed7b Implemented choices successfully 2026-05-10 23:19:42 +01:00
deadvey 7e5874ffbb Made server and client 1 2026-05-08 23:24:42 +01:00