Panic! At The Disco
Usage
Add this to your Cargo.toml
[]
= "*"
Add this to your lib ...
extern crate panic_at_the_disco;
Then initialise it by calling:
init;
Then panic in style:
panic!;
License
Creative Chorus 0
Add this to your Cargo.toml
[dependencies]
panic_at_the_disco = "*"
Add this to your lib ...
extern crate panic_at_the_disco;
Then initialise it by calling:
panic_at_the_disco::init();
Then panic in style:
panic!("at the disco");
Creative Chorus 0