10 releases

0.1.8 Mar 10, 2025
0.1.7 Sep 6, 2024
0.1.6 Feb 14, 2024
0.1.5 Oct 28, 2022
0.0.0 Jun 30, 2019

#181 in Network programming

Download history 2267/week @ 2025-01-06 1947/week @ 2025-01-13 1826/week @ 2025-01-20 1788/week @ 2025-01-27 2268/week @ 2025-02-03 2400/week @ 2025-02-10 3100/week @ 2025-02-17 1991/week @ 2025-02-24 1870/week @ 2025-03-03 2546/week @ 2025-03-10 1385/week @ 2025-03-17 2913/week @ 2025-03-24 2629/week @ 2025-03-31 2440/week @ 2025-04-07 1966/week @ 2025-04-14 2013/week @ 2025-04-21

9,174 downloads per month
Used in 4 crates (2 directly)

MIT license

64KB
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

~0.5–0.8MB
~15K SLoC