errgo 0.1.4

generate enum variants inline
Documentation
1
2
3
4
5
6
use errgo::errgo;

#[errgo(bar)]
fn foo() {}

fn main() {}