lovecraft 0.2.0

brings back the Lovecraft quotes on panic
Documentation
1
2
3
4
5
6
7
extern crate lovecraft;

fn main() {
    lovecraft::invoke();

    panic!("Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn");
}