guideme 0.2.0

Type-safe inline judgments from TypeSafe Jev: if / match / score as Rust primitives
Documentation
1
2
3
4
5
6
7
8
#[derive(guideme::Levels, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
enum Bad {
    /// low
    Low,
    High,
}

fn main() {}