rtcp 0.17.2

A pure Rust implementation of RTCP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rtcp"
version.workspace = true
authors = ["Rain Liu <yliu@webrtc.rs>", "Michael Uti <utimichael9@gmail.com>"]
edition.workspace = true
description = "A pure Rust implementation of RTCP"
license.workspace = true
documentation = "https://docs.rs/rtcp"
homepage.workspace = true
repository = "https://github.com/webrtc-rs/webrtc/tree/master/rtcp"

[dependencies]
util = { workspace = true, default-features = false, features = ["marshal"] }

bytes = "1"
thiserror = "1"