From 07845a7eb1fc714a9dc4ef9bb02b48e2ac4b4772 Mon Sep 17 00:00:00 2001 From: Fredrik Meringdal Date: Tue, 3 Nov 2020 23:52:06 +0100 Subject: readme --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e6ce20..20f0c87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 6ebe900..1cee396 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

RRule.rs

-

A pure and efficient Rust implementation (partial) of recurrence rules as defined in the iCalendar RFC..

+

A pure and efficient Rust implementation of recurrence rules as defined in the iCalendar RFC..

-- cgit v1.2.3