Registry / utility / sitewriter

sitewriter

JSON →
library1.0.5rscratesunverified

A sitemap writing library for generating XML sitemaps.

# Cargo.toml [dependencies] sitewriter = "1.0.5"
INSTALL
IMPORT
SIG · SITEWRITER
S
sitewriter
utilityrustv1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SiteMapWriter
use sitewriter::SiteMapWriter;

Creates a sitemap and adds a URL.

use sitewriter::SiteMapWriter; fn main() { let mut writer = SiteMapWriter::new(); writer.add_url("https://example.com", None, None, None); let xml = writer.to_string().unwrap(); println!("{}", xml); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
sitewriter — cargo add sitewriter · libregistry