sitemapo
Also check out other xwde projects here.
The implementation of the Sitemap (or URL inclusion) protocol in the Rust
programming language with the support of txt, xml formats and video,
image, news extensions (according to the Google's spec).
Features
extensionto enable all XML sitemap extensions. Enabled by default.tokioto enable asynchronous parsers/builders.
Examples
- parser
use BufReader;
use Url;
use ;
- builder
use Url;
use ;
use EntryRecord;
Links
- Sitemaps Overview on Google.com
- Sitemaps Best Practice on Google.com
- Sitemaps Format on Sitemap.org
- Sitemaps FAQ on Sitemap.org