panic_at_the_disco 1.0.0

Enhancing panic! in the most musical fashion
Documentation
1
2
3
4
5
6
extern crate panic_at_the_disco;

fn main() {
    panic_at_the_disco::init();
    panic!("at the disco");
}