webrtc-media 0.8.0

A pure Rust implementation of WebRTC Media API
Documentation
[[bench]]
harness = false
name = "audio_buffer"
[dependencies.byteorder]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.rand]
version = "0.8"

[dependencies.rtp]
version = "0.11.0"

[dependencies.thiserror]
version = "1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.nearly_eq]
version = "0.2"

[package]
authors = ["Rain Liu <yliu@webrtc.rs>"]
description = "A pure Rust implementation of WebRTC Media API"
documentation = "https://docs.rs/webrtc-media"
edition = "2021"
homepage = "https://webrtc.rs"
license = "MIT OR Apache-2.0"
name = "webrtc-media"
readme = "README.md"
repository = "https://github.com/webrtc-rs/media"
version = "0.8.0"