marcoow / rust_rest

MIT License
5 stars 1 forks source link

use panic! in non-recoverable error cases #44

Closed marcoow closed 10 months ago

marcoow commented 10 months ago

…so that the error is logged properly and the code gets cleaner since we're combining process::exit and logging

see #34