mabi-runtime 1.5.0

Mabinogion shared runtime contracts and service orchestration
Documentation
# mabi-runtime

Shared runtime contracts and service orchestration for the Mabinogion simulator stack.

`mabi-runtime` provides the common runtime traits, session handles, control surfaces, and service wiring used by the protocol crates in this workspace.

## Installation

```toml
[dependencies]
mabi-runtime = "1.5.0"
```

## What It Provides

- Shared runtime contracts for launching and controlling simulator services
- Session and lifecycle abstractions reused across protocol implementations
- Common orchestration utilities for workspace crates such as `mabi-modbus` and `mabi-opcua`

## Versioning

The crate follows the workspace release version. For this release line, the published version is `1.4.0`.