# ezk-sip-types [![crates.io][crates-badge]][crates-url] [![documentation][docs-badge]][docs-url] [![MIT licensed][mit-badge]][mit-url] [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg [mit-url]: https://github.com/kbalt/ezk/blob/main/LICENSE [crates-badge]: https://img.shields.io/crates/v/ezk-sip-types.svg [crates-url]: https://crates.io/crates/ezk-sip-types [docs-badge]: https://img.shields.io/docsrs/ezk-sip-types/latest [docs-url]: https://docs.rs/ezk-sip-types/latest Provides a SIP message parser and SIP components which can be parsed or serialized into a message. Following RFC were taken into account when building the parsers & serialization - [RFC3261](https://www.rfc-editor.org/rfc/rfc3261.html) - SIP: Session Initiation Protocol