3 个版本

0.0.3 2021年7月25日
0.0.2 2021年7月24日
0.0.1 2021年7月23日

#36 in #full

MIT 许可协议

23KB
585 代码行,不包括注释

xmltv-rs

Documentation Latest version dependency status codecov

Rust 包提供完整的 XMLTV 支持,用于构建 XMLTV 列表。其使用非常简单直观。

完全符合 XMLTV 规范: https://github.com/XMLTV/xmltv/blob/master/xmltv.dtd

欢迎为项目贡献并添加您的 PR!

用法

要使用此包,只需将其添加到您的 Cargo.toml 文件中

[dependencies]
xmltv-rs = "*"

示例

Examples are coming !

依赖项

~17KB