use-sitemap
Sitemap entry primitives and XML-safe formatting helpers for RustUse.
Example
use ;
let entry = new
.with_change_frequency
.with_priority;
assert!;
Scope
- Sitemap URLs, entries, index entries, change frequency, priority, last-modified labels, and XML escaping.
Non-goals
- A full XML framework, file IO, crawling, or URL discovery.
License
Licensed under either Apache-2.0 or MIT, at your option.