panik
The bestest panik
that really paniks.
Simply use bestest_panik::panik;
and use panik!
as you would with panic!
.
Optionally import bestest_panik::{UnwrapPanik, ErrPanik, NonePanik}
for Result::unwrap_panik()
,Result::unwrap_err_panik()
, Option::unwrap_panik()
, and Option::unwrap_none_panik()
If it segfaults, its working as intended.