fuzzy-jev 0.3.1

A client for TypeSafe's Jev on OpenRouter's decisions endpoint: typed Choice, Score and Noul answers about a state, fuzzy rules over them, and drawings of those rules. Native and wasm32, and a CLI.
Documentation
1
2
3
4
5
# How the crates are formatted, and what CI's `cargo fmt --check` holds them to. rustfmt finds this
# from every crate below it. These are the settings closest to how the code was already written:
# wide lines, and short expressions kept on one line rather than broken at rustfmt's defaults.
max_width = 140
use_small_heuristics = "Max"