guideme 0.1.1

Type-safe inline judgments from TypeSafe Jev: if / match / score as Rust primitives
Documentation
1
2
3
4
5
6
7
8
9
#[derive(guideme::Choice, Clone, Copy, PartialEq, Eq)]
enum Bad {
    #[guide(fallback)]
    A,
    #[guide(fallback)]
    B,
}

fn main() {}