8 releases

0.1.6 Feb 14, 2024
0.1.5 Oct 28, 2022
0.1.4 Mar 8, 2022
0.1.3 Sep 9, 2021
0.0.0 Jun 30, 2019

#535 in Network programming

Download history 1150/week @ 2024-01-20 631/week @ 2024-01-27 681/week @ 2024-02-03 1515/week @ 2024-02-10 1933/week @ 2024-02-17 1729/week @ 2024-02-24 1766/week @ 2024-03-02 1287/week @ 2024-03-09 1104/week @ 2024-03-16 1205/week @ 2024-03-23 1719/week @ 2024-03-30 1553/week @ 2024-04-06 2123/week @ 2024-04-13 2106/week @ 2024-04-20 1863/week @ 2024-04-27 1470/week @ 2024-05-04

7,770 downloads per month
Used in 4 crates (2 directly)

MIT license

62KB
1.5K SLoC

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.

Dependencies

~775KB
~12K SLoC