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
14
15
16
17
[package]
name = "openrtc-netcode-core"
version = "1.0.0"
edition = "2021"
rust-version = "1.91"
description = "Shared protocol types for OpenRTC netcode clients."
license-file = "LICENSE"
homepage = "https://openrtc.app"
repository = "https://github.com/bluestarburst/openrtc"
documentation = "https://docs.rs/openrtc-netcode-core"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"

[dev-dependencies]
serde_json = "1"