diff options
author | Fredrik Meringdal <37556332+fmeringdal@users.noreply.github.com> | 2020-10-26 23:32:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 23:32:00 +0100 |
commit | 914157b60cd7a2307613d9c9905e7a05aaa3fd23 (patch) | |
tree | 5d538c50b6169978eb63acc06d393f1dcc29aacd | |
parent | 90efa0b7ca40337d62a906c0e6f1e192c6cea436 (diff) | |
download | rust_rrule-914157b60cd7a2307613d9c9905e7a05aaa3fd23.zip |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -# RRule in rust +<h1 align="center">RRule.rs</h1> +<p align="center">A pure Rust and efficient implementation (partial) of recurrence rules as defined in the iCalendar RFC..</p> +<br> [![Build](https://travis-ci.com/fmeringdal/rust_rrule.svg?branch=main)](https://travis-ci.com/fmeringdal/rust_rrule) [![codecov](https://codecov.io/gh/fmeringdal/rust_rrule/branch/main/graph/badge.svg)](https://codecov.io/gh/fmeringdal/rust_rrule) [![crates.io](https://img.shields.io/crates/v/rrule.svg)](https://crates.io/crates/rrule) -A pure Rust (partial) implementation of recurrence rules as defined in the iCalendar RFC. - # Usage ```rust |