# use-simulation-clock
Deterministic simulation clock helpers.
## Install
```toml
[dependencies]
use-simulation-clock = "0.0.1"
```
## Scope
Use `use-simulation-clock` when you need explicit tick advancement, elapsed time
tracking, and simple deterministic clock primitives for small simulation code.
## 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`.