opml 1.1.3

An OPML parser for Rust.
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0.130"

[dependencies.strong-xml]
version = "0.6.3"

[dependencies.thiserror]
version = "1.0.29"

[lib]
path = "source/lib.rs"

[package]
authors = ["Holllo <helllo@holllo.cc>"]
description = "An OPML parser for Rust."
edition = "2018"
keywords = ["xml", "opml"]
license = "MIT OR Apache-2.0"
name = "opml"
readme = "../README.md"
repository = "https://github.com/Holllo/opml"
version = "1.1.3"