Crates.io | sitemap-iter |
lib.rs | sitemap-iter |
version | 0.1.0 |
source | src |
created_at | 2022-02-03 19:49:28.061161 |
updated_at | 2022-02-03 19:49:28.061161 |
description | Sitemap iterator adhering to the sitemap protocol, as used by WordPress. |
homepage | https://kvarn.org/search.#integrations |
repository | https://github.com/Icelk/sitemap-iter/ |
max_upload_size | |
id | 526350 |
size | 20,723 |
Follows the sitemap protocol.
This can be used to get the items of a sitemap (e.g. duckduckgo.com/sitemap.xml).
PRs with support for other formats are welcome.
If requested, I might work on them.
Currently, Rust version 1.56 is the minimum version supported by this crate, due to the usage of edition 2021.
If you require this to be pushed back, I'm willing to do that. You'll have to solve CI of several Rust versions (see the Kvarn CI).