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 !
To use this crate you just need to add this to your Cargo.toml
file:
[dependencies]
xmltv-rs = "*"
Examples are coming !