use-state-step 0.0.1

State transition helpers for primitive simulations
Documentation
# use-state-step

State transition helpers for primitive simulations.

## Install

```toml
[dependencies]
use-state-step = "0.0.1"
```

## Scope

Use `use-state-step` when you need small helpers for stepping state forward with
explicit transition functions and repeatable finite update loops.

## RustUse workspace

This crate is part of the `use-simulation` workspace. Depend on
`use-simulation` when you want the full facade.

## Status

This crate is experimental and may evolve while the workspace remains below
`0.3.0`.