guideme 0.2.1

Type-safe inline judgments from TypeSafe Jev: if / match / score as Rust primitives
Documentation
1
2
3
4
5
6
error: guideme: #[guide(example)] on `Technical` needs a non-empty rubric to attach to (a /// doc comment or #[guide(rubric = "…")])
 --> tests/ui/example_without_rubric.rs:5:5
  |
5 | /     #[guide(example = "502 on every request")]
6 | |     Technical,
  | |_____________^