reproducible-panic 0.1.2

panic hook with reproducible output
Documentation
1
2
3
4
fn main() {
	reproducible_panic::install();
	panic!("Oh no!");
}