3 releases
0.0.3 | Jul 25, 2021 |
---|---|
0.0.2 | Jul 24, 2021 |
0.0.1 | Jul 23, 2021 |
#30 in #compliant
23KB
585 lines
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:
[dependencies]
xmltv-rs = "*"
Examples
Examples are coming !
Dependencies
~17KB