expect_soft
This library has been retired in favor of Rust's native
set_hook.
A small utility that was designed to provide a softer alternative to Rust's .expect() method. Instead of panicking, it prints an error message and exits the program. This was made before I knew about the set_hook built-in function.
use ExpectSoft;
use fs;