blog-tools 0.2.1

A collection of tools that helps make blogs in Rust
Documentation
1
2
3
4
5
6
mod sitemap;
mod types;
pub use sitemap::create_sitemap;
pub use types::SitemapOptions;

pub(crate) use sitemap::create_sitemap_inner;