use-event-simulation 0.0.1

Simple event simulation helpers over finite event lists
Documentation
# use-event-simulation

Simple event simulation helpers over finite event lists.

## Install

```toml
[dependencies]
use-event-simulation = "0.0.1"
```

## Scope

Use `use-event-simulation` when you need explicit finite event scheduling,
sorted event execution, and small event-driven simulation helpers without a
heavier framework.

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