rtp-rs 0.6.0

Parser and generator for RTP packet structure
Documentation
[package]
name = "rtp-rs"
version = "0.6.0"
authors = ["David Holroyd <dave@badgers-in-foil.co.uk>", "Markus Hadenfeldt <git@did.science>"]
keywords = [ "RTP", "rfc3550" ]
description = "Parser and generator for RTP packet structure"
repository = "https://github.com/dholroyd/rtp-rs"
license = "MIT/Apache-2.0"
categories = [ "multimedia::video", "parser-implementations", "network-programming" ]
edition = "2018"
readme = "README.md"

[lib]
name = "rtp_rs"
path = "src/lib.rs"

[dev-dependencies]
criterion = "0.3"

[[bench]]
name = "bench"
harness = false