//! Sitemap generation: pure-function XML serialisers, the default provider
//! that drives them from `content.yaml`, and the top-level `generate_sitemap`
//! entry point.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use DefaultSitemapProvider;
pub use generate_sitemap;
pub use ;