xmltv-rs

Crates.ioxmltv-rs
lib.rsxmltv-rs
version0.0.3
sourcesrc
created_at2021-07-23 19:57:47.437062
updated_at2021-07-25 17:26:03.206633
descriptionXMLTV builder/writer
homepage
repositoryhttps://github.com/cocool97/xmltv-rs
max_upload_size
id426400
size29,151
(cocool97)

documentation

README

xmltv-rs

Documentation Latest version dependency status codecov

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 !
Commit count: 10

cargo fmt