# xmltv-rs [![Documentation](https://docs.rs/xmltv-rs/badge.svg)](https://docs.rs/xmltv-rs) [![Latest version](https://img.shields.io/crates/v/xmltv-rs.svg)](https://crates.io/crates/xmltv-rs) [![dependency status](https://deps.rs/repo/github/cocool97/xmltv-rs/status.svg)](https://deps.rs/repo/github/cocool97/xmltv-rs) [![codecov](https://codecov.io/gh/cocool97/xmltv-rs/branch/master/graph/badge.svg?token=2PMZ6D9E5M)](https://codecov.io/gh/cocool97/xmltv-rs) Rust crate providing full XMLTV support to build XMLTV listings. Its use is made to be very easy and intuitive. Fully compliant with the XMLTV specification : https://github.com/XMLTV/xmltv/blob/master/xmltv.dtd Feel free to contribute to the project and adding your PR's ! ## Usage To use this crate you just need to add this to your `Cargo.toml` file: ```toml [dependencies] xmltv-rs = "*" ``` ## Examples ```rust Examples are coming ! ```