sdp-types

Crates.iosdp-types
lib.rssdp-types
version0.1.6
sourcesrc
created_at2019-06-30 19:52:16.532384
updated_at2024-02-14 08:23:17.427115
descriptionSDP (RFC 4566) types, parser and serializer
homepage
repositoryhttps://github.com/sdroege/sdp-types
max_upload_size
id145029
size66,439
Tim-Philipp Müller (tp-m)

documentation

README

sdp-types crates.io Actions Status docs.rs

Crate for handling SDP (RFC 4566) session descriptions, including a parser and serializer.

See the documentation for details.

Limitations

  • SDP session descriptions are by default in UTF-8 but an optional charset attribute can change this for various SDP fields, including various other attributes. This is currently not supported, only UTF-8 is supported.

  • Network addresses, Phone numbers, E-Mail addresses and various other fields are currently parsed as a plain string and not according to the SDP grammar.

LICENSE

sdp-types is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).

Contribution

Any kinds of contributions are welcome as a pull request.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in sdp-types by you shall be licensed under the MIT license as above, without any additional terms or conditions.

Commit count: 27

cargo fmt