rtcp 0.11.0

A pure Rust implementation of RTCP
Documentation
[dependencies.bytes]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.util]
default-features = false
features = ["marshal"]
package = "webrtc-util"
version = "0.9.0"

[package]
authors = ["Rain Liu <yliu@webrtc.rs>", "Michael Uti <utimichael9@gmail.com>"]
description = "A pure Rust implementation of RTCP"
documentation = "https://docs.rs/rtcp"
edition = "2021"
homepage = "https://webrtc.rs"
license = "MIT OR Apache-2.0"
name = "rtcp"
readme = "README.md"
repository = "https://github.com/webrtc-rs/rtcp"
version = "0.11.0"