openrtc-netcode-core 1.0.0

Shared protocol types for OpenRTC netcode clients.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# OpenRTC Netcode Core

Transport-neutral protocol types shared by OpenRTC netcode clients.

```toml
[dependencies]
openrtc-netcode-core = "1.0.0"
```

This crate defines the wire contract only. Session lifecycle and transport
selection remain owned by `openrtc`; simulation authority, reconciliation, and
game state remain owned by the consuming application. Rust 1.91 or newer is
required.