ezrtc

Crates.ioezrtc
lib.rsezrtc
version
sourcesrc
created_at2024-06-07 13:52:08.029617+00
updated_at2025-03-05 09:08:05.571566+00
descriptionEasy cross-platform WebRTC communication with data channels and a simple signaling server.
homepage
repositoryhttps://github.com/levminer/ezrtc
max_upload_size
id1264839
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
LÅ‘rik Levente (Levminer)

documentation

README

ezrtc

  • Easy cross-platform WebRTC communication with data channels and a simple signaling server.

Example

  1. Host example: cargo r --example ezrtc_host
  2. Client example: cargo r --example ezrtc_client
Commit count: 44

cargo fmt