# use-score
Primitive scoring and ranking helpers for optimization.
## Install
```toml
[dependencies]
use-score = "0.0.1"
```
## Scope
Use `use-score` when you need compact helpers for ranking candidates,
normalizing scores, and applying simple penalties or rewards in explicit
optimization code.
## RustUse workspace
This crate is part of the `use-optimization` workspace. Depend on
`use-optimization` when you want the full facade.
## Status
This crate is experimental and may evolve while the workspace remains below
`0.3.0`.