openrtc-netcode-core 1.0.0

Shared protocol types for OpenRTC netcode clients.
Documentation
  • Coverage
  • 0%
    0 out of 48 items documented0 out of 13 items with examples
  • Size
  • Source code size: 16.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 884.09 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bluestarburst

OpenRTC Netcode Core

Transport-neutral protocol types shared by OpenRTC netcode clients.

[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.