upd the readme

This commit is contained in:
Edgar 2021-02-01 10:48:24 +01:00
parent 4723a4c86c
commit 956829559a

View file

@ -1,16 +1,13 @@
# Sitewriter # Sitewriter
![Rust](https://github.com/edg-l/sitewriter/workflows/Rust/badge.svg) [![Rust](https://github.com/edg-l/sitewriter/workflows/Rust/badge.svg)](https://github.com/edg-l/sitewriter/actions)
[![crates.io](http://meritbadge.herokuapp.com/sitewriter)](https://crates.io/crates/sitewriter) [![crates.io](http://meritbadge.herokuapp.com/sitewriter)](https://crates.io/crates/sitewriter)
![License](https://img.shields.io/github/license/edg-l/sitewriter) [![License](https://img.shields.io/github/license/edg-l/sitewriter)](https://github.com/edg-l/sitewriter/blob/master/LICENSE)
[![codecov](https://codecov.io/gh/edg-l/sitewriter/branch/master/graph/badge.svg?token=JKOQCRSCZU)](https://codecov.io/gh/edg-l/sitewriter) [![codecov](https://codecov.io/gh/edg-l/sitewriter/branch/master/graph/badge.svg?token=JKOQCRSCZU)](https://codecov.io/gh/edg-l/sitewriter)
A rust library to generate sitemaps. A rust library to generate sitemaps.
It uses the [quick-xml](https://github.com/tafia/quick-xml) so it should be fast. It uses the [quick-xml](https://github.com/tafia/quick-xml) so it should be fast.
To handle the `lastmod` tag it uses [chrono](https://docs.rs/chrono/) but it can be disabled with `default-features = false`.
## Example ## Example
To run the examples use `cargo run --example gen_sitemap` To run the examples use `cargo run --example gen_sitemap`