mod frequency; mod priority; pub use frequency::*; pub use priority::*; pub(crate) const LOCATION: &str = "loc"; pub(crate) const LAST_MODIFIED: &str = "lastmod"; pub(crate) const CHANGE_FREQUENCY: &str = "changefreq"; pub(crate) const PRIORITY: &str = "priority"; pub(crate) const URL_SET: &str = "urlset"; pub(crate) const URL: &str = "url"; pub(crate) const SITEMAP_INDEX: &str = "sitemapindex"; pub(crate) const SITEMAP: &str = "sitemap";