use-objective 0.0.1

Objective direction and objective value helpers for primitive optimization
Documentation
# use-objective

Objective direction and objective value helpers for primitive optimization.

## Install

```toml
[dependencies]
use-objective = "0.0.1"
```

## Scope

Use `use-objective` when you need explicit minimize versus maximize handling and
small helpers for comparing candidate values without pulling in the rest of the
optimization workspace.

## 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`.