# rtsp-types [![crates.io](https://img.shields.io/crates/v/rtsp-types.svg)](https://crates.io/crates/rtsp-types) [![Actions Status](https://github.com/sdroege/rtsp-types/workflows/rtsp-types/badge.svg)](https://github.com/sdroege/rtsp-types/actions) [![docs.rs](https://docs.rs/rtsp-types/badge.svg)](https://docs.rs/rtsp-types) Crate for handling RTSP ([RFC 7826](https://tools.ietf.org/html/rfc7826)) messages, including a parser and serializer and support for parsing and generating well-known headers. See the [documentation](https://docs.rs/rtsp-types) for details. ## LICENSE rtsp-types is licensed under the MIT license ([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 rtsp-types by you shall be licensed under the MIT license as above, without any additional terms or conditions.