9 releases

0.1.7 Sep 6, 2024
0.1.6 Feb 14, 2024
0.1.5 Oct 28, 2022
0.1.4 Mar 8, 2022
0.0.0 Jun 30, 2019

#320 in Network programming

Download history 1333/week @ 2024-07-18 1603/week @ 2024-07-25 1153/week @ 2024-08-01 1670/week @ 2024-08-08 1517/week @ 2024-08-15 1428/week @ 2024-08-22 1404/week @ 2024-08-29 1742/week @ 2024-09-05 1539/week @ 2024-09-12 2019/week @ 2024-09-19 2292/week @ 2024-09-26 2074/week @ 2024-10-03 2494/week @ 2024-10-10 3037/week @ 2024-10-17 3526/week @ 2024-10-24 2659/week @ 2024-10-31

12,202 downloads per month
Used in 4 crates (2 directly)

MIT license

63KB
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.6–0.9MB
~15K SLoC