sdp-types 0.1.6

SDP (RFC 4566) types, parser and serializer
Documentation
[package]
name = "sdp-types"
version = "0.1.6"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/sdp-types"
edition = "2018"
license = "MIT"
keywords = ["sdp", "network", "protocol", "multimedia", "streaming"]
categories = ["network-programming", "multimedia"]
description = "SDP (RFC 4566) types, parser and serializer"
readme = "README.md"
rust-version = "1.65"

[dependencies]
bstr = { version = "1", default-features = false }
fallible-iterator = "0.3"