diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-11-03 23:52:06 +0100 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-11-03 23:52:06 +0100 |
commit | 07845a7eb1fc714a9dc4ef9bb02b48e2ac4b4772 (patch) | |
tree | 7b1f873a4aa244878e168e6d6a8037722b8a98a1 | |
parent | 234c039ef113975197b5526dfe0052e02ed3d221 (diff) | |
download | rust_rrule-07845a7eb1fc714a9dc4ef9bb02b48e2ac4b4772.zip |
readme
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "rrule" -description = "A pure Rust (partial) implementation of recurrence rules as defined in the iCalendar RFC." +description = "A pure Rust implementation of recurrence rules as defined in the iCalendar RFC." license = "MIT" version = "0.3.1" documentation = "https://docs.rs/rrule" @@ -1,5 +1,5 @@ <h1 align="center">RRule.rs</h1> -<p align="center">A pure and efficient Rust implementation (partial) of recurrence rules as defined in the iCalendar RFC..</p> +<p align="center">A pure and efficient Rust implementation of recurrence rules as defined in the iCalendar RFC..</p> <p align="center"> <a href="https://travis-ci.com/fmeringdal/rust_rrule"><img src="https://travis-ci.com/fmeringdal/rust_rrule.svg?branch=main" /></a> <a href="https://codecov.io/gh/fmeringdal/rust_rrule"><img src="https://codecov.io/gh/fmeringdal/rust_rrule/branch/main/graph/badge.svg" /></a> |