# xmltv-rs
[](https://docs.rs/xmltv-rs)
[](https://crates.io/crates/xmltv-rs)
[](https://deps.rs/repo/github/cocool97/xmltv-rs)
[](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 !
```