Because unwrap() is not guaranteed to cause a crash? panic!() is there if you actually want to guarantee a panic.
Because unwrap() is not guaranteed to cause a crash? panic!() is there if you actually want to guarantee a panic.