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

#262 in Network programming

Download history 2367/week @ 2025-10-13 2097/week @ 2025-10-20 2306/week @ 2025-10-27 2510/week @ 2025-11-03 2326/week @ 2025-11-10 2790/week @ 2025-11-17 2423/week @ 2025-11-24 2943/week @ 2025-12-01 2356/week @ 2025-12-08 2896/week @ 2025-12-15 1789/week @ 2025-12-22 1691/week @ 2025-12-29 2172/week @ 2026-01-05 2002/week @ 2026-01-12 1983/week @ 2026-01-19 3417/week @ 2026-01-26

9,822 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.9MB
~15K SLoC