Crates.io | xmltv-rs |
lib.rs | xmltv-rs |
version | 0.0.3 |
source | src |
created_at | 2021-07-23 19:57:47.437062 |
updated_at | 2021-07-25 17:26:03.206633 |
description | XMLTV builder/writer |
homepage | |
repository | https://github.com/cocool97/xmltv-rs |
max_upload_size | |
id | 426400 |
size | 29,151 |
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 !