Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "apprtc"
version = "0.0.2"
authors = ["Rain Liu <y@liu.mx>"]
edition = "2024"
description = "AppRTC in Rust"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/apprtc"
homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/apprtc"
keywords = ["signaling", "networking", "protocols"]
categories = ["network-programming"]

[dependencies]